From: Matthias Maier Date: Mon, 21 Jul 2014 07:35:51 +0000 (+0200) Subject: Testsuite: Fix path in mesh_converter tests X-Git-Tag: v8.2.0-rc1~266^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad489224de25bc4d822c026a6db76d79d7ae899;p=dealii.git Testsuite: Fix path in mesh_converter tests There was a forgotten path that still pointed to ./cmake/scripts/normalize.pl in the mesh_converter tests. Fix this. --- diff --git a/tests/mesh_converter/CMakeLists.txt b/tests/mesh_converter/CMakeLists.txt index 408d44afb5..2769372420 100644 --- a/tests/mesh_converter/CMakeLists.txt +++ b/tests/mesh_converter/CMakeLists.txt @@ -61,7 +61,7 @@ FOREACH(_full_file ${_meshes}) ${PERL_EXECUTABLE} -pi ${DEAL_II_SOURCE_DIR}/tests/normalize.pl ${_test_directory}/output WORKING_DIRECTORY ${_test_directory} - DEPENDS mesh_converter_exe ${DEAL_II_SOURCE_DIR}/cmake/scripts/normalize.pl + DEPENDS mesh_converter_exe ${DEAL_II_SOURCE_DIR}/tests/normalize.pl ) ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/diff COMMAND rm -f ${_test_directory}/failing_diff