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-12-22 21:24:34 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-22 21:24:47 +0300
commitd02131d206d0012511cc068a70d15ffe59162f31 (patch)
treec5db5b30221400685fdb662bc770deb4f8b3e6ca /Makefile
parent4227e9d79decac90f1aeff633fc9c3c39843be9e (diff)
Add 'make test-valgrind'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14276b6bf84..05b19886460 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,15 @@ uninstall:
test: all
python tools/test.py --mode=release simple message
+test-valgrind: all
+ python tools/test.py --mode=release --valgrind simple message
+
test-all: all
python tools/test.py --mode=debug,release
+test-all-valgrind: all
+ python tools/test.py --mode=debug,release --valgrind
+
test-release: all
python tools/test.py --mode=release