]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 29 Sep 2013 06:41:23 +0000 (06:41 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 29 Sep 2013 06:41:23 +0000 (06:41 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31010 0785d39b-7218-0410-832d-ea1e28bc413d

tests/cmake/macros/macro_add_test.cmake

index 8f538d46e692d5970749073610a1bec17adfd03a..c32d1a702f6bcf14b3f5994df76df395a6938fd4 100644 (file)
@@ -128,6 +128,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file _n_cpu)
       #
 
       ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/output
+        COMMAND touch ${_test_directory}/output
         COMMAND
           ${_run_command}
           || (mv ${_test_directory}/output
@@ -146,6 +147,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file _n_cpu)
           ${TEST_DIR}/cmake/scripts/normalize.pl
         )
       ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/diff
+        COMMAND touch ${_test_directory}/diff
         COMMAND
           ${TEST_DIFF}
             ${_test_directory}/output

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.