Skip to content

atliac-minitestv1.0.0

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Atliac's avatarAtliac

#Changelog

  • 05d8ab6[atliac-minitest] new port (#37156)