aboutsummaryrefslogtreecommitdiff
path: root/desktop/doctest/README
diff options
context:
space:
mode:
authorDamian Perticone <mjolnirdam@gmail.com>2022-04-30 13:09:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:52:15 +0700
commit0f081c7eb93c8add018551e3da0ef35fa653adac (patch)
treece2bd5a962e4137037173e850893338052be74c6 /desktop/doctest/README
parent21806213d368f4063a197d17efd0e9f243b26f05 (diff)
downloadslackbuilds-0f081c7eb93c8add018551e3da0ef35fa653adac.tar.xz
desktop/doctest: Added (C++ testing framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/doctest/README')
-rw-r--r--desktop/doctest/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/doctest/README b/desktop/doctest/README
new file mode 100644
index 000000000000..ae948ed88011
--- /dev/null
+++ b/desktop/doctest/README
@@ -0,0 +1,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.