From f42d02c572832040bb83c556a52dfa1867595923 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 2 Aug 2014 10:23:50 +0200 Subject: [PATCH] Testsuite: Move forgotten file to correct location All testsuite stuff is now under ./tests. Consequently, macro_pickup_tests.cmake should also be moved. --- {cmake/macros => tests}/macro_pickup_tests.cmake | 0 tests/setup_testsubproject.cmake | 1 + 2 files changed, 1 insertion(+) rename {cmake/macros => tests}/macro_pickup_tests.cmake (100%) 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: -- 2.39.5