Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1704 - in trunk: . StandAlone


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1704 - in trunk: . StandAlone
  • Date: Sun, 2 Sep 2007 18:35:22 -0600 (MDT)

Author: boulos
Date: Sun Sep  2 18:35:21 2007
New Revision: 1704

Modified:
   trunk/CMakeLists.txt
   trunk/StandAlone/CMakeLists.txt
Log:
CMakeLists.txt
StandAlone/CMakeLists.txt

 Adding a new test that runs bin/manta -nodisplaybench .  DART
 automagically seems to keep track of submissions and can graph them,
 so we'll now be able to get a performance graph for this benchmark as
 things progress.


Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt        (original)
+++ trunk/CMakeLists.txt        Sun Sep  2 18:35:21 2007
@@ -140,4 +140,4 @@
 # configuring at least once.
 SET(PASSED_FIRST_CONFIGURE ON CACHE INTERNAL "Already Configured once?")
 
###############################################################################
-###############################################################################
+###############################################################################
\ No newline at end of file

Modified: trunk/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/StandAlone/CMakeLists.txt     (original)
+++ trunk/StandAlone/CMakeLists.txt     Sun Sep  2 18:35:21 2007
@@ -7,6 +7,9 @@
                              ${X11_LIBRARIES}
                              -lm)
 
+IF(BUILD_TESTING)
+  ADD_TEST(DefaultSceneNoDisplayBench ${CMAKE_BINARY_DIR}/bin/manta 
"-nodisplaybench")
+ENDIF(BUILD_TESTING)
 
          
 SET (BUILD_OCTVOL_BUILD 0 CACHE BOOL "Include .v3c1 tools")




  • [Manta] r1704 - in trunk: . StandAlone, boulos, 09/02/2007

Archive powered by MHonArc 2.6.16.

Top of page