]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Fix path in mesh_converter tests 4/head
authorMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 21 Jul 2014 07:35:51 +0000 (09:35 +0200)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 21 Jul 2014 07:37:51 +0000 (09:37 +0200)
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

index 408d44afb5d9533a5c57729321fd506b35d3ed4b..276937242035ea7b3dfbe57a02290d4a04b83c51 100644 (file)
@@ -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

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


Typeset in Trocchi and Trocchi Bold Sans Serif.