'make test' only runs the simple test
This commit is contained in:
parent
776b099d75
commit
6670154819
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user