From 4b8eee1359d817937b84df7e88126fa16040e5c9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Apr 2016 21:01:15 +0100 Subject: Add make_digest test (for profiling really). --- run/tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run') 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 -- cgit v1.2.3