diff options
author | Anna Henningsen <anna@addaleax.net> | 2016-07-05 18:59:40 +0200 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2016-07-05 23:08:12 +0200 |
commit | 1fe0708fd4b9a7a24cfd5cf4d1b095825f4d5b53 (patch) | |
tree | 3d0146374a8b5edbf1bf750e21aa1c4220210224 /Makefile | |
parent | 95a3c8f94d1c9bc441e4c0acc35ee38def5f13c9 (diff) | |
download | node-new-1fe0708fd4b9a7a24cfd5cf4d1b095825f4d5b53.tar.gz |
test: really run addon tests on `make test`
Fix a `s/addon/addons/` typo in the Makefile.
PR-URL: https://github.com/nodejs/node/pull/7542
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ test: all $(MAKE) build-addons $(MAKE) cctest $(PYTHON) tools/test.py --mode=release -J \ - addon doctool known_issues message pseudo-tty parallel sequential + addons doctool known_issues message pseudo-tty parallel sequential $(MAKE) lint test-parallel: all |