Break down CTest cases into each test suite (#1931)

This allows parallelising the individual programs'
test suites, which can save a few minutes!
This commit is contained in:
Eldred Habert
2026-04-13 03:29:12 +02:00
committed by GitHub
parent 6e51ab6f55
commit 78281a4aaa
5 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ years). If you are adding new files, you need to use the
target checks for additional warnings. Your patches shouldn't introduce any
new warning (but it may be possible to remove some warning checks if it makes
the code much easier). You can also use `cmake --preset develop` if you prefer.
5. Test your changes by running `./run-tests.sh` in the `test` directory.
5. Test your changes by running `./run-tests.sh` in the `test` directory, or using `ctest`.
(You must run `./fetch-test-deps.sh` first; if you forget to, the test suite
will fail and remind you mid-way.)
6. Format your changes according to `clang-format`, which will reformat the