From: Matthias Maier Date: Sat, 28 Sep 2013 09:59:49 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.1.0~570^2~166 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76e5f615e148a6310c04a93c76c7e49c1477779;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30997 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/cmake/macros/macro_pickup_tests.cmake b/tests/cmake/macros/macro_pickup_tests.cmake index 07a780cb2a..5da1848350 100644 --- a/tests/cmake/macros/macro_pickup_tests.cmake +++ b/tests/cmake/macros/macro_pickup_tests.cmake @@ -40,7 +40,7 @@ MACRO(DEAL_II_PICKUP_TESTS) # Respect TEST_PICKUP_REGEX: # IF( "${TEST_PICKUP_REGEX}" STREQUAL "" OR - _test MATCHES "${TEST_PICKUP_REGEX}" ) + "${_category}/${_test}" MATCHES "${TEST_PICKUP_REGEX}" ) SET(_define_test TRUE) ELSE() SET(_define_test FALSE)