Make valgrind part of test scripts

This commit is contained in:
Max Brunsfeld 2014-08-30 19:57:15 -07:00
parent c5ac02c571
commit ccbf4fb5da
4 changed files with 46 additions and 18 deletions

View file

@ -2,6 +2,5 @@
set -e -u
make runtime_specs
source `dirname $0`/util/run_tests.sh
run_tests out/Default/runtime_specs "$@"
run_tests runtime_specs "$@"