cburstedde / p4est

The "p4est" forest-of-octrees library
www.p4est.org/
GNU General Public License v2.0
260 stars 115 forks source link

CMake: Add CTest inclusion #281

Closed tim-griesbach closed 10 months ago

tim-griesbach commented 10 months ago

CMake: Add CTest inclusion

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.

scivision commented 10 months ago

yes this is correct a necessary command