From 66701548198634e494a0391f6257dd1db40f387e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 2 Mar 2010 13:18:59 -0800 Subject: [PATCH] 'make test' only runs the simple test --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67c56e2..20a0492 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 -- 2.7.4