summaryrefslogtreecommitdiffstats
path: root/development/Catch/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/Catch/README')
-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.