diff --git a/Makefile b/Makefile index 240c32f1d97..99f980d9828 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,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 @@ -73,6 +74,12 @@ test-pummel: all test-internet: all python tools/test.py internet +test-npm: node + ./node deps/npm/test/run.js + +test-npm-publish: node + npm_package_config_publishtest=true ./node deps/npm/test/run.js + apidoc_sources = $(wildcard doc/api/*.markdown) apidocs = $(addprefix out/,$(apidoc_sources:.markdown=.html)) diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 599096912c2..b54352f0b0d 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@
This function should not be used programmatically. Instead, just refer
to the npm.bin
member.