git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30871
0785d39b-7218-0410-832d-
ea1e28bc413d
# #
########################################################################
-#
-# We submit Build and Regression Tests to subprojects according to the svn
-# branch:
-#
-
IF(NOT "${_branch}" STREQUAL "")
SET_PROPERTY(GLOBAL PROPERTY SubProject ${_branch})
ENDIF()
CTEST_START(Experimental TRACK ${TRACK})
CTEST_CONFIGURE(OPTIONS "${_options}")
-CTEST_SUBMIT(PARTS Notes Configure)
CTEST_BUILD(TARGET) # run all target
-CTEST_SUBMIT(PARTS Build)
# TODO: Run this during the BUILD stage...
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND}
)
CTEST_TEST()
-CTEST_SUBMIT(PARTS Test)
+CTEST_SUBMIT()
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