summaryrefslogtreecommitdiffstats
path: root/desktop/doctest/README
diff options
context:
space:
mode:
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 0000000000..ae948ed880
--- /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.