Damian Perticone 0f081c7eb9 desktop/doctest: Added (C++ testing framework). 2 years ago
..
README 0f081c7eb9 desktop/doctest: Added (C++ testing framework). 2 years ago
doctest.SlackBuild 0f081c7eb9 desktop/doctest: Added (C++ testing framework). 2 years ago
doctest.info 0f081c7eb9 desktop/doctest: Added (C++ testing framework). 2 years ago
slack-desc 0f081c7eb9 desktop/doctest: Added (C++ testing framework). 2 years ago

README

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.