summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-01 21:58:18 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-01 21:58:18 +0100
commitf4582b67f10e5cdbe13ef3f3112c709e950d2190 (patch)
tree57fc5ae2982bb33693550f32fe3330be6c8f6b7b
parent257f5f77b3c84d9882f6f6b32a93d18ba9db3b40 (diff)
Add --private option to run/tests script.
-rwxr-xr-xrun/tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 5a1e6bfd..c64335d0 100755
--- a/run/tests
+++ b/run/tests
@@ -30,6 +30,11 @@ while [[ $# -gt 0 ]]; do
type="callgrind"
shift
;;
+ --private)
+ private=$2
+ shift
+ shift
+ ;;
*)
break
;;