This commit is contained in:
Ryan Dahl 2010-12-22 10:24:34 -08:00
Родитель 4227e9d79d
Коммит d02131d206
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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