1. Home
  2. Browse
  3. atliac-minitest

atliac-minitest

v1.0.0#0Latest

A C++ unit testing framework that helps write tests alongside the code being tested.

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v1.0.0#0

Publication

Supports

All

GitHub

Atliac/minitest

Homepage

github.com/Atliac/minitest

Subtree

05d8ab6d5f

License

MIT

Definition

Manifest