Skip to content

Commit

Permalink
Add 'make test-valgrind'
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 22, 2010
1 parent 4227e9d commit d02131d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d02131d

Please sign in to comment.