From: Matthias Maier Date: Sat, 10 Dec 2022 08:33:40 +0000 (-0600) Subject: Tests: enable run quick tests in run_buildtest.cmake X-Git-Tag: v9.5.0-rc1~733^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5362b4a90154eec658d0779a7313047b75259e;p=dealii.git Tests: enable run quick tests in run_buildtest.cmake --- diff --git a/tests/run_buildtest.cmake b/tests/run_buildtest.cmake index 208dbaf969..776ce12ca0 100644 --- a/tests/run_buildtest.cmake +++ b/tests/run_buildtest.cmake @@ -2,5 +2,5 @@ if("${TRACK}" STREQUAL "") set(TRACK "Build Tests") endif() set(DEAL_II_COMPILE_EXAMPLES TRUE) -set(TEST_PICKUP_REGEX "^do_not_run_any_tests") +set(TEST_PICKUP_REGEX "quick_tests/") include(${CMAKE_CURRENT_LIST_DIR}/run_testsuite.cmake)