summaryrefslogtreecommitdiffstats
path: root/development/Catch2/README
diff options
context:
space:
mode:
author Steven Voges2023-03-31 18:10:37 +0200
committer Willy Sudiarto Raharjo2023-04-01 04:14:16 +0200
commit2000566092d3ef87d196e2ff9257b47f1a4222fa (patch)
tree585ae8abd5830cc360044bf63a5e9330e9029721 /development/Catch2/README
parentcd839bd4719dc681f9b4ad6f3550f41e1c3ef17d (diff)
downloadslackbuilds-2000566092d3ef87d196e2ff9257b47f1a4222fa.tar.gz
development/Catch2: Added (Unit testing framework for C++)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Catch2/README')
-rw-r--r--development/Catch2/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/Catch2/README b/development/Catch2/README
new file mode 100644
index 0000000000..71a3b7bc43
--- /dev/null
+++ b/development/Catch2/README
@@ -0,0 +1,10 @@
+Catch2 is mainly a unit testing framework for C++, but it also
+provides basic micro-benchmarking features, and simple BDD macros.
+
+Catch2's main advantage is that using it is both simple and natural.
+Test names do not have to be valid identifiers, assertions look like
+normal C++ boolean expressions, and sections provide a nice and local
+way to share set-up and tear-down code in tests.
+
+Catch2 builds the v3 branch of Catch2.
+This package conflicts with Catch.