]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
rename
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 15:49:31 +0000 (15:49 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 15:49:31 +0000 (15:49 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30801 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/run_testsuite.cmake

index 8b77faf331c90da30e1fd1b3c9117a04a6a2b2e1..9a8a13f4c79b2afc96c9b58d9b3a8727b5494424 100644 (file)
@@ -27,8 +27,8 @@
 #
 # TRACK
 #
-# DEAL_II_NO_JOBS
-# DEAL_II_CONFIG_FILE
+# NO_JOBS
+# CONFIG_FILE
 #
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
@@ -105,14 +105,14 @@ CTEST_CMAKE_GENERATOR was set to a different Generator \"${CTEST_CMAKE_GENERATOR
 ENDIF()
 
 #
-# DEAL_II_NO_JOBS:
+# NO_JOBS:
 #
 
-IF("${DEAL_II_NO_JOBS}" STREQUAL "")
-  SET(DEAL_II_NO_JOBS "1")
+IF("${NO_JOBS}" STREQUAL "")
+  SET(NO_JOBS "1")
 ENDIF()
 
-MESSAGE("-- DEAL_II_NO_JOBS: ${DEAL_II_NO_JOBS}")
+MESSAGE("-- NO_JOBS: ${NO_JOBS}")
 
 #
 # Finalize:
@@ -145,8 +145,8 @@ IF("${TRACK}" STREQUAL "Experimental")
 
   CTEST_START(Experimental TRACK Experimental)
 
-  IF(NOT "${DEAL_II_CONFIG_FILE}" STREQUAL "")
-    CTEST_CONFIGURE(OPTIONS -C"${DEAL_II_CONFIG_FILE}")
+  IF(NOT "${CONFIG_FILE}" STREQUAL "")
+    CTEST_CONFIGURE(OPTIONS -C"${CONFIG_FILE}")
   ELSE()
     CTEST_CONFIGURE()
   ENDIF()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.