Browse Source

Add 'make test-valgrind'

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
d02131d206
  1. 6
      Makefile

6
Makefile

@ -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

Loading…
Cancel
Save