From 9123df3e9a22889d40fd42707f2e00d085c10a19 Mon Sep 17 00:00:00 2001
From: Matthias Maier <tamiko@43-1.org>
Date: Fri, 11 Nov 2022 17:47:10 -0600
Subject: [PATCH] add a changes entry

---
 doc/news/changes/minor/20221111Maier | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 doc/news/changes/minor/20221111Maier

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 <code>ctest -jN</code>) that build executables will fail when calling
+back into cmake. As a workaround it is now possible to first build all
+executables first via <code>ninja compile_test_executables</code> and then
+run tests in parallel with <code>ctest -jN</code>.
+<br>
+(Matthias Maier, 2022/11/11)
+
-- 
2.39.5