It will probably be suprising for someone building binaries using CMake to be recommened to run them under libtool:
0cmake -B build
1cmake --build build
2./build/bin/ctime_tests
3This test can only usefully be run inside valgrind because it was not compiled under msan.
4Usage: libtool --mode=execute valgrind ./ctime_tests