]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Use DEAL_II_PATH instead of DEAL_II_DIR 712/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 30 Mar 2015 22:58:44 +0000 (00:58 +0200)
committerMatthias Maier <tamiko@43-1.org>
Mon, 30 Mar 2015 22:58:44 +0000 (00:58 +0200)
cmake/macros/macro_deal_ii_add_test.cmake

index 9f45ca4722780e7dec15f93f378fb8a72f708e60..1f4f4b66d1c3d2e1fe51c5eeadda38e6c4926d84 100644 (file)
@@ -196,7 +196,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file)
       #
 
       ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/output
-        COMMAND sh ${DEAL_II_DIR}/${DEAL_II_SHARE_RELDIR}/scripts/run_test.sh
+        COMMAND sh ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/run_test.sh
           run "${_test_full}" "${_run_command}" "${_test_diff}"
           "${DIFF_EXECUTABLE}" "${_comparison_file}"
         COMMAND ${PERL_EXECUTABLE}
@@ -211,7 +211,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file)
         )
 
       ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/diff
-        COMMAND sh ${DEAL_II_DIR}/${DEAL_II_SHARE_RELDIR}/scripts/run_test.sh
+        COMMAND sh ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/run_test.sh
           diff "${_test_full}" "${_run_command}" "${_test_diff}"
           "${DIFF_EXECUTABLE}" "${_comparison_file}"
         WORKING_DIRECTORY

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.