Add 'make test-valgrind'
This commit is contained in:
Родитель
4227e9d79d
Коммит
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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче