Skip to content

[CMake] Added dependency from ctest to its test executable.

Lars Bilke requested to merge github/fork/bilke/fix-util-test into master

This allows for:

cmake ../ogs -DOGS_BUILD_UTILS=ON
make ctest

This will build the required executables bedore running the tests.

Fixes missing executables on clang-sanitizer Jenkins job.

Merge request reports