cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
35 stars 34 forks source link

CMake: Add CTest inclusion #165

Closed tim-griesbach closed 7 months ago

tim-griesbach commented 7 months ago

CMake: Add CTest inclusion

Proposed changes: Since we experienced a failing valgrind CI,

Cannot find file: /home/runner/work/libsc/libsc/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.

cburstedde commented 7 months ago

Thanks!

scivision commented 7 months ago

Yes that command is needed to enable these tests, this is correct.