add 'make test-npm'
This commit is contained in:
parent
90fb81ad54
commit
d75de86e6d
6
Makefile
6
Makefile
@ -42,6 +42,7 @@ test-valgrind: all
|
|||||||
|
|
||||||
test-all: all
|
test-all: all
|
||||||
python tools/test.py --mode=debug,release
|
python tools/test.py --mode=debug,release
|
||||||
|
make test-npm
|
||||||
|
|
||||||
test-all-http1: all
|
test-all-http1: all
|
||||||
python tools/test.py --mode=debug,release --use-http1
|
python tools/test.py --mode=debug,release --use-http1
|
||||||
@ -67,6 +68,11 @@ test-pummel: all
|
|||||||
test-internet: all
|
test-internet: all
|
||||||
python tools/test.py internet
|
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
|
out/Release/node: all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user