Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1773 - trunk/tests


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1773 - trunk/tests
  • Date: Wed, 10 Oct 2007 00:10:01 -0600 (MDT)

Author: bigler
Date: Wed Oct 10 00:10:01 2007
New Revision: 1773

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

  Added SSE and NoSSE build and run test.

  Removed SmokeTest from the Nightly.  It should probably be used only
  for continuous tests.


Modified: trunk/tests/SmokeTest.taz.sh
==============================================================================
--- trunk/tests/SmokeTest.taz.sh        (original)
+++ trunk/tests/SmokeTest.taz.sh        Wed Oct 10 00:10:01 2007
@@ -6,6 +6,8 @@
 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
+#ctest -S /Users/bigler/manta/testing/src/tests/SmokeTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
+ctest -S /Users/bigler/manta/testing/src/tests/SSETest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
+ctest -S /Users/bigler/manta/testing/src/tests/NoSSETest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
 echo "#"
 echo "Finished "`date`




  • [Manta] r1773 - trunk/tests, bigler, 10/10/2007

Archive powered by MHonArc 2.6.16.

Top of page