Browse Source

'make test' only runs the simple test

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
6670154819
  1. 5
      Makefile

5
Makefile

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

Loading…
Cancel
Save