summaryrefslogtreecommitdiffstats
path: root/development/Catch/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-04-21 14:21:10 -0400
committer B. Watson <yalhcru@gmail.com>2022-04-21 14:21:10 -0400
commita8356efb6d89221048551b7b1562cd702c2e617b (patch)
tree07fe0ff2bc545382825b2fcf17850b30372f0889 /development/Catch/README
parent0055e1a64e216e47fd32ed254a2fedbfe1e0d2d5 (diff)
downloadslackbuilds-a8356efb6d89221048551b7b1562cd702c2e617b.tar.gz
slackbuilds-a8356efb6d89221048551b7b1562cd702c2e617b.tar.xz
development/Catch: Fix docs; make self-test optional.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to '')
-rw-r--r--development/Catch/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/Catch/README b/development/Catch/README
index 6023fbb3c9..b32660bb25 100644
--- a/development/Catch/README
+++ b/development/Catch/README
@@ -19,3 +19,7 @@ Key features:
Standard C/C++ operators are used for the comparison -
yet the full expression is decomposed and lhs and rhs
values are logged.
+
+Note: To enable Catch's self-tests, export SELFTEST=yes in the
+script's environment. This doesn't affect the binary package that gets
+built.