]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Read in CTestCustom.cmake if available
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 29 Sep 2013 18:03:04 +0000 (18:03 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 29 Sep 2013 18:03:04 +0000 (18:03 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31012 0785d39b-7218-0410-832d-ea1e28bc413d

tests/run_testsuite.cmake

index ff883a38e1ee0b903663d95a6361495672fd98a0..21629250094b353f0f3a9ab8494c431ecfab6e07 100644 (file)
@@ -134,6 +134,12 @@ ENDIF()
 
 MESSAGE("-- CTEST_SOURCE_DIRECTORY: ${CTEST_SOURCE_DIRECTORY}")
 
+#
+# Read in custom config files:
+#
+
+CTEST_READ_CUSTOM_FILES(${CTEST_SOURCE_DIRECTORY})
+
 #
 # CTEST_BINARY_DIRECTORY:
 #
@@ -155,6 +161,12 @@ Please either call ctest from within a designated build directory, or set CTEST_
   ENDIF()
 ENDIF()
 
+#
+# Read in custom config files:
+#
+
+CTEST_READ_CUSTOM_FILES(${CTEST_BINARY_DIRECTORY})
+
 # Make sure that for a build test the directory is empty:
 FILE(GLOB _test ${CTEST_BINARY_DIRECTORY}/*)
 IF( "${TRACK}" STREQUAL "Build Tests"

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.