git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30553
0785d39b-7218-0410-832d-
ea1e28bc413d
#
# The following variables must be set:
#
-# DEAL_II_TEST_DIFF
+# TEST_DIFF
# - specifying the executable and command line of the diff command to use
#
-# DEAL_II_TEST_TIME_LIMIT
+# TEST_TIME_LIMIT
# - specifying the maximal wall clock time in seconds a test is allowed
# to run
#
ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_test}/diff
COMMAND
- # TODO: Refactor...
- ${DEAL_II_TEST_DIFF}
+ ${TEST_DIFF}
${CMAKE_CURRENT_BINARY_DIR}/${_test}/output
${_comparison}
> ${CMAKE_CURRENT_BINARY_DIR}/${_test}/diff
)
SET_TESTS_PROPERTIES(${_category}/${_test} PROPERTIES
LABEL "${_category}"
- TIMEOUT ${DEAL_II_TEST_TIME_LIMIT}
+ TIMEOUT ${TEST_TIME_LIMIT}
)
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