summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-03-02 13:18:59 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-03-02 13:18:59 -0800
commit66701548198634e494a0391f6257dd1db40f387e (patch)
tree72d6c0df9e9386851e07e37999fee77bd95d613a /Makefile
parent776b099d7521df89a94ea8125576cf9b381b5246 (diff)
downloadnode-new-66701548198634e494a0391f6257dd1db40f387e.tar.gz
'make test' only runs the simple test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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