git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30582
0785d39b-7218-0410-832d-
ea1e28bc413d
#
# And finally add the test:
#
- ADD_TEST(NAME ${_category}/${_path}/${_file}.${_build}
+ ADD_TEST(NAME ${_category}/${_path}/${_file}.${_build_lowercase}
COMMAND ${CMAKE_COMMAND}
-DTEST=${_test}
-DDEAL_II_BINARY_DIR=${CMAKE_BINARY_DIR}
-P ${CMAKE_SOURCE_DIR}/cmake/scripts/run_test.cmake
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
- SET_TESTS_PROPERTIES(${_category}/${_path}/${_file}.${_build} PROPERTIES
+ SET_TESTS_PROPERTIES(${_category}/${_path}/${_file}.${_build_lowercase} PROPERTIES
LABEL "${_category}"
TIMEOUT ${TEST_TIME_LIMIT}
)
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