From: Matthias Maier Date: Sat, 2 Aug 2014 08:23:50 +0000 (+0200) Subject: Testsuite: Move forgotten file to correct location X-Git-Tag: v8.2.0-rc1~234^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42d02c572832040bb83c556a52dfa1867595923;p=dealii.git Testsuite: Move forgotten file to correct location All testsuite stuff is now under ./tests. Consequently, macro_pickup_tests.cmake should also be moved. --- diff --git a/cmake/macros/macro_pickup_tests.cmake b/tests/macro_pickup_tests.cmake similarity index 100% rename from cmake/macros/macro_pickup_tests.cmake rename to tests/macro_pickup_tests.cmake diff --git a/tests/setup_testsubproject.cmake b/tests/setup_testsubproject.cmake index 5147a7a33b..084f9c5747 100644 --- a/tests/setup_testsubproject.cmake +++ b/tests/setup_testsubproject.cmake @@ -52,6 +52,7 @@ FOREACH(_file ${_macro_files}) ENDFOREACH() INCLUDE(${DEAL_II_SOURCE_DIR}/tests/macro_add_test.cmake) +INCLUDE(${DEAL_II_SOURCE_DIR}/tests/macro_pickup_tests.cmake) # # Pick up values from environment: