summaryrefslogtreecommitdiffstats
path: root/desktop/doctest/README
blob: ae948ed880116f91623b723f7a07a321fd5a6e5b (plain)
1
2
3
4
5
6
7
doctest is a new C++ testing framework but is by far the fastest
both in compile times (by orders of magnitude) and runtime
compared to other feature-rich alternatives.

It brings the ability of compiled languages such as D / Rust / Nim
to have tests written directly in the production code thanks to a fast,
transparent and flexible test runner with a clean interface.