From: Matthias Maier Date: Tue, 31 Mar 2015 09:06:38 +0000 (+0200) Subject: Testsuite: Bugfix: Use DIFF_EXECUTABLE in mesh_converter tests X-Git-Tag: v8.3.0-rc1~336^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F716%2Fhead;p=dealii.git Testsuite: Bugfix: Use DIFF_EXECUTABLE in mesh_converter tests --- diff --git a/tests/mesh_converter/CMakeLists.txt b/tests/mesh_converter/CMakeLists.txt index 7917e44d3a..05c55a7cca 100644 --- a/tests/mesh_converter/CMakeLists.txt +++ b/tests/mesh_converter/CMakeLists.txt @@ -75,7 +75,7 @@ FOREACH(_full_file ${_meshes}) COMMAND rm -f ${_test_directory}/failing_diff COMMAND touch ${_test_directory}/diff COMMAND - ${TEST_DIFF} ${_comparison_file} ${_test_directory}/output > ${_test_directory}/diff + ${DIFF_EXECUTABLE} ${_comparison_file} ${_test_directory}/output > ${_test_directory}/diff || (mv ${_test_directory}/diff ${_test_directory}/failing_diff && echo "${_test_full}: RUN successful." diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 447cfb5cff..a4200bc542 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -87,7 +87,8 @@ # Furthermore, the following variables controlling the testsuite can be set # and will be automatically handed down to cmake: # -# TEST_DIFF +# NUMDIFF_DIR +# DIFF_DIR # TEST_TIME_LIMIT # TEST_PICKUP_REGEX #