Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1736 - trunk/tests


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1736 - trunk/tests
  • Date: Sat, 22 Sep 2007 21:56:41 -0600 (MDT)

Author: bigler
Date: Sat Sep 22 21:56:41 2007
New Revision: 1736

Modified:
   trunk/tests/SmokeTest.cmake
   trunk/tests/SmokeTest.taz.sh
Log:
SmokeTest.cmake

  Build python interface.

SmokeTest.taz.sh

  Format line.


Modified: trunk/tests/SmokeTest.cmake
==============================================================================
--- trunk/tests/SmokeTest.cmake (original)
+++ trunk/tests/SmokeTest.cmake Sat Sep 22 21:56:41 2007
@@ -12,10 +12,12 @@
 # A smoke test only builds the code and doesn't run any tests, so we
 # exclude all tests here
 SET (CTEST_COMMAND "ctest -D Nightly -E \".*\"")
+#SET (CTEST_COMMAND "ctest -D Experimental -E \".*\"")
 
 SET(CTEST_INITIAL_CACHE "
   SCENE_GALILEO:BOOL=ON
   SCENE_GRIDISOVOL:BOOL=ON
   SCENE_OCTISOVOL:BOOL=ON
   SCENE_VORPAL:BOOL=ON
+  BUILD_SWIG_INTERFACE:BOOL=ON
 ")

Modified: trunk/tests/SmokeTest.taz.sh
==============================================================================
--- trunk/tests/SmokeTest.taz.sh        (original)
+++ trunk/tests/SmokeTest.taz.sh        Sat Sep 22 21:56:41 2007
@@ -5,6 +5,7 @@
 echo "#############################################"
 echo "Started  "`date`
 echo "#"
-source /Users/bigler/.bashrc; ctest -S 
/Users/bigler/manta/testing/src/tests/SmokeTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
+source /Users/bigler/.bashrc
+ctest -S /Users/bigler/manta/testing/src/tests/SmokeTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
 echo "#"
 echo "Finished "`date`




  • [Manta] r1736 - trunk/tests, bigler, 09/22/2007

Archive powered by MHonArc 2.6.16.

Top of page