diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-11 21:01:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-11 21:01:15 +0100 |
| commit | 4b8eee1359d817937b84df7e88126fa16040e5c9 (patch) | |
| tree | 6f3126ba3153feec1cfc71f4ec1daebe5623c06f /run | |
| parent | 42f74b7980945813e1318d6d0b37b2da3a492c05 (diff) | |
Add make_digest test (for profiling really).
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
