Proposed changes: Since we experienced a failing valgrind CI,
Cannot find file: /home/runner/work/p4est/p4est/checkCMakeMPIvalgrind/DartConfiguration.tcl
Memory checker (MemoryCheckCommand) not set, or cannot find the specified program.
Errors while running CTest
we include CTest in test/CMakeLists.txt to ensure that the valgrind installation is found by ctest.
CMake: Add CTest inclusion
Proposed changes: Since we experienced a failing valgrind CI,
we include CTest in
test/CMakeLists.txt
to ensure that the valgrind installation is found by ctest.