A C++ unit testing framework that helps write tests alongside the code being tested.
minitest provides CMake targets:
# Note: the `MINITEST_RUN_TESTS(argc, argv);` must be called in the main function
find_package(${PORT} CONFIG REQUIRED)
minitest_discover_tests(target)
v1.0.0#0
All
MIT
Manifest