mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
Add 'make test-valgrind'
This commit is contained in:
parent
4227e9d79d
commit
d02131d206
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…
Reference in New Issue
Block a user