From 9ad489224de25bc4d822c026a6db76d79d7ae899 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 21 Jul 2014 09:35:51 +0200 Subject: [PATCH] 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. --- tests/mesh_converter/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5