diff --git a/Makefile b/Makefile index 67c56e2d28..20a04926eb 100644 --- a/Makefile +++ b/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