Add 'make test-valgrind'

This commit is contained in:
Ryan Dahl 2010-12-22 10:24:34 -08:00
parent 4227e9d79d
commit d02131d206

View File

@ -25,9 +25,15 @@ uninstall:
test: all
python tools/test.py --mode=release simple message
test-valgrind: all
python tools/test.py --mode=release --valgrind simple message
test-all: all
python tools/test.py --mode=debug,release
test-all-valgrind: all
python tools/test.py --mode=debug,release --valgrind
test-release: all
python tools/test.py --mode=release