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:
authorisaacs <i@izs.me>2011-12-17 06:04:39 +0400
committerisaacs <i@izs.me>2011-12-17 06:05:17 +0400
commitd75de86e6d858bb289201b2250e615cd41fce726 (patch)
tree8ffa04def01d0dde79caa3389f967f8c7216b3ba /Makefile
parent90fb81ad54040f410cf14bfb6b37f0117e430347 (diff)
add 'make test-npm'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa6208930db..201f65a6b03 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ test-valgrind: all
test-all: all
python tools/test.py --mode=debug,release
+ make test-npm
test-all-http1: all
python tools/test.py --mode=debug,release --use-http1
@@ -67,6 +68,11 @@ test-pummel: all
test-internet: all
python tools/test.py internet
+test-npm: all
+ ./node deps/npm/test/run.js
+
+test-npm-publish: all
+ npm_package_config_publishtest=true ./node deps/npm/test/run.js
out/Release/node: all