From d75de86e6d858bb289201b2250e615cd41fce726 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 16 Dec 2011 18:04:39 -0800 Subject: [PATCH] add 'make test-npm' --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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