'make test' only runs the simple test

This commit is contained in:
Ryan Dahl 2010-03-02 13:18:59 -08:00
parent 776b099d75
commit 6670154819

View File

@ -16,11 +16,14 @@ uninstall:
@$(WAF) uninstall
test: all
python tools/test.py --mode=release
python tools/test.py --mode=release simple
test-all: all
python tools/test.py --mode=debug,release
test-release: all
python tools/test.py --mode=release
test-debug: all
python tools/test.py --mode=debug