atliac-minitest v1.0.0
- Created
- Updated
A C++ unit testing framework that helps write tests alongside the code being tested.
# 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)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Atliac