doctest

[full]

The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD

Usage

Make sure to add the stable cppget.org repositories to your project's repositories.manifest to be able to fetch the packages.

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

Add the respective dependency in your project's manifest file to make the package available for import.

depends: doctest ^ 2.4.10

The header-only C++ library to use doctest as your unit testing framework can be imported by the following declaration in a buildfile.

import doctest = doctest%lib{doctest}
... More
license MIT
project doctest
url github.com/doctest/doctest
4 Versions
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)
version 2.4.6+2
repository https://pkg.cppget.org/1/stable
depends 0
requires 1; (c++11 | c++14 | c++17 | c++20)