Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-19 05:14:06 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-06-19 05:14:06 +0400
commit125b868e06853c86ef55a809939f7cef2ec806e1 (patch)
treee5be0d73b5a48316878e60c210f28cece182492d /Makefile
parent70c3e661b8a7338c3d959e19d48905e8161ea5e5 (diff)
Add message tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaf8b5e3f0f..ac65b39fad8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ uninstall:
@$(WAF) uninstall
test: all
- python tools/test.py --mode=release simple
+ python tools/test.py --mode=release simple message
test-all: all
python tools/test.py --mode=debug,release
@@ -24,6 +24,9 @@ test-release: all
test-debug: all
python tools/test.py --mode=debug
+test-message: all
+ python tools/test.py message
+
test-simple: all
python tools/test.py simple