From bbdf46a42839c1fbaeaab64d8875f527a76c7f5f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 10 Dec 2022 01:15:24 -0600 Subject: [PATCH] update doc/news/changes --- doc/news/changes/minor/20221129Maier | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/news/changes/minor/20221129Maier b/doc/news/changes/minor/20221129Maier index e15da08b57..0fbcfe7c34 100644 --- a/doc/news/changes/minor/20221129Maier +++ b/doc/news/changes/minor/20221129Maier @@ -1,6 +1,10 @@ -Improved: The quick_tests mechanism has been redesigned. The tests are now -called quick_tests/[tests].[build] and can be invoked via -ctest as well. +Improved: The quick_tests mechanism has been redesigned. Quick tests are +now part of the regular deal.II testsuite. This means they can be +configured via the setup_tests_quick_tests target, and run via +invoking ctest from the build directory. The test target will +now ensure that the library is fully compiled and quick tests are +configured prior to running all quick tests. +
-(Matthias Maier, 2022/11/29) +(Matthias Maier, 2022/11/29, 2022/12/10) -- 2.39.5