Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1770 - trunk/tests


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1770 - trunk/tests
  • Date: Tue, 9 Oct 2007 17:27:58 -0600 (MDT)

Author: bigler
Date: Tue Oct  9 17:27:58 2007
New Revision: 1770

Added:
   trunk/tests/NoSSETest.cmake
   trunk/tests/SSETest.cmake
Log:
tests/NoSSETest.cmake
tests/SSETest.cmake

  New tests to do sse and non sse builds.  Will be run as soon as I
  can change the script.


Added: trunk/tests/NoSSETest.cmake
==============================================================================
--- (empty file)
+++ trunk/tests/NoSSETest.cmake Tue Oct  9 17:27:58 2007
@@ -0,0 +1,38 @@
+# Where the source code lives
+SET (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/..")
+SET (CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}/build-ctest-nosse")
+
+# Make sure we always reconfigure cmake stuff from scratch and don't
+# rely on previously built libraries
+SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
+
+SET (CTEST_CMAKE_COMMAND "cmake")
+SET (CTEST_CVS_COMMAND "svn")
+
+# 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")
+#SET (CTEST_COMMAND "ctest -D Experimental")
+
+SET(CTEST_INITIAL_CACHE "
+  BUILDNAME:STRING=NoSSE
+  SCENE_GALILEO:BOOL=ON
+  SCENE_GRIDISOVOL:BOOL=ON
+  SCENE_OCTISOVOL:BOOL=ON
+  SCENE_VORPAL:BOOL=ON
+  BUILD_SWIG_INTERFACE:BOOL=ON
+  MANTA_SSE:BOOL=OFF
+  MANTA_SSE_GCC:BOOL=OFF
+  BUILD_TESTING:BOOL=ON
+")
+
+# SITE:STRING=cibc-rd1.sci.utah.edu
+#   COMPARE_IMAGES:BOOL=ON
+#   
BASELINE_IMAGES_DIR:PATH=/home/sci/scirun-tester/Data/CIBCData/BaselineImages/Linux
+#   RUN_CLASS_TESTS:BOOL=ON
+#   RUN_SAMPLE_TESTS:BOOL=ON
+#   RUN_UNIT_TESTS:BOOL=ON
+
+# SET(CTEST_ENVIRONMENT
+#   "SCIRUN_DATA=/home/sci/scirun-tester/Data/CIBCData/SCIRunData"
+# )

Added: trunk/tests/SSETest.cmake
==============================================================================
--- (empty file)
+++ trunk/tests/SSETest.cmake   Tue Oct  9 17:27:58 2007
@@ -0,0 +1,37 @@
+# Where the source code lives
+SET (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/..")
+SET (CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}/build-ctest-sse")
+
+# Make sure we always reconfigure cmake stuff from scratch and don't
+# rely on previously built libraries
+SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
+
+SET (CTEST_CMAKE_COMMAND "cmake")
+SET (CTEST_CVS_COMMAND "svn")
+
+# 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")
+#SET (CTEST_COMMAND "ctest -D Experimental")
+
+SET(CTEST_INITIAL_CACHE "
+  BUILDNAME:STRING=SSE
+  SCENE_GALILEO:BOOL=ON
+  SCENE_GRIDISOVOL:BOOL=ON
+  SCENE_OCTISOVOL:BOOL=ON
+  SCENE_VORPAL:BOOL=ON
+  BUILD_SWIG_INTERFACE:BOOL=ON
+  MANTA_SSE:BOOL=ON
+  BUILD_TESTING:BOOL=ON
+")
+
+# SITE:STRING=cibc-rd1.sci.utah.edu
+#   COMPARE_IMAGES:BOOL=ON
+#   
BASELINE_IMAGES_DIR:PATH=/home/sci/scirun-tester/Data/CIBCData/BaselineImages/Linux
+#   RUN_CLASS_TESTS:BOOL=ON
+#   RUN_SAMPLE_TESTS:BOOL=ON
+#   RUN_UNIT_TESTS:BOOL=ON
+
+# SET(CTEST_ENVIRONMENT
+#   "SCIRUN_DATA=/home/sci/scirun-tester/Data/CIBCData/SCIRunData"
+# )




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

Archive powered by MHonArc 2.6.16.

Top of page