summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-11 21:01:15 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-11 21:01:15 +0100
commit4b8eee1359d817937b84df7e88126fa16040e5c9 (patch)
tree6f3126ba3153feec1cfc71f4ec1daebe5623c06f /run
parent42f74b7980945813e1318d6d0b37b2da3a492c05 (diff)
Add make_digest test (for profiling really).
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index c5dcac62..feed6883 100755
--- a/run/tests
+++ b/run/tests
@@ -23,6 +23,9 @@ if [ "$1" == "--debug" ]; then
elif [ "$1" == "--valgrind" ]; then
shift
valgrind --tool="memcheck" $work/tests $private
+elif [ "$1" == "--callgrind" ]; then
+ shift
+ valgrind --tool="callgrind" $work/tests $private $*
else
$work/tests $private $*
fi