From: Matthias Maier Date: Fri, 11 Nov 2022 23:47:10 +0000 (-0600) Subject: add a changes entry X-Git-Tag: v9.5.0-rc1~850^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9123df3e9a22889d40fd42707f2e00d085c10a19;p=dealii.git add a changes entry --- diff --git a/doc/news/changes/minor/20221111Maier b/doc/news/changes/minor/20221111Maier new file mode 100644 index 0000000000..a6ed76277d --- /dev/null +++ b/doc/news/changes/minor/20221111Maier @@ -0,0 +1,11 @@ +Workaround: The testsuite CMake macros now generate a top-level target +compile_test_executables in user projects that can be used to force the +compilation of all test executables. This works around an issue with the +ninja build system that concurrent invocation of tests +(via ctest -jN) that build executables will fail when calling +back into cmake. As a workaround it is now possible to first build all +executables first via ninja compile_test_executables and then +run tests in parallel with ctest -jN. +
+(Matthias Maier, 2022/11/11) +