atliac-minitestv1.0.0
- Updated
A C++ unit testing framework that helps write tests alongside the code being tested.
- Project website: https://github.com/Atliac/minitest
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Atliac