doctest

[full]

C++ testing framework for unit tests and TDD

This project is a build2 package repository that provides access to doctest, a C++ testing framework that brings the ability to have tests written directly in the production code thanks to a fast, transparent and flexible test runner with a clean interface.

Official build2 cppget.org queue.cppget.org

Usage

Make sure to add the stable section of the cppget.org repository to your project's repositories.manifest to be able to fetch this package.

:
role: prerequisite
location: https://pkg.cppget.org/1/stable
# trust: ...

If the stable section of cppget.org is not an option then add this Git repository itself instead as a prerequisite.

... More
license MIT
project doctest
url github.com/doctest/doctest
4 Versions
version 2.4.11
repository https://pkg.cppget.org/1/stable
depends 0
version 2.4.10
repository https://pkg.cppget.org/1/stable
depends 0
version 2.4.9
repository https://pkg.cppget.org/1/stable
depends 0
requires 1; (c++11 | c++14 | c++17 | c++20)
version 2.4.7
repository https://pkg.cppget.org/1/stable
depends 0
requires 1; (c++11 | c++14 | c++17 | c++20)