Skip to content

Commit 6670154

Browse files
committed
'make test' only runs the simple test
1 parent 776b099 commit 6670154

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ uninstall:
1616
@$(WAF) uninstall
1717

1818
test: all
19-
python tools/test.py --mode=release
19+
python tools/test.py --mode=release simple
2020

2121
test-all: all
2222
python tools/test.py --mode=debug,release
2323

24+
test-release: all
25+
python tools/test.py --mode=release
26+
2427
test-debug: all
2528
python tools/test.py --mode=debug
2629

0 commit comments

Comments
 (0)