Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
add 'make test-npm'
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 17, 2011
1 parent 90fb81a commit d75de86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit d75de86

Please sign in to comment.