
1 Jul
2025
1 Jul
'25
12:21 p.m.
On Monday, June 30, 2025 at 16:42, Christian Mazakas via Boost < boost@lists.boost.org> wrote:
Fwiw, I've made some good progress on this front and I've come up with this tool here: ...
This is a pure CMake b2-like runner for tests.
Regarding c2, I wonder if ctest been ruled out? It integrates nicely with CMake and has its own test runner. Maybe it doesn't do everything you need or want, but perhaps it would be easy enough to enhance? High-level introduction: https://cmake.org/cmake/help/book/mastering-cmake/chapter/Testing%20With%20C... CTest module for CMake: https://cmake.org/cmake/help/latest/module/CTest.html Commandline test runner: https://cmake.org/cmake/help/latest/manual/ctest.1.html Matt