summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2016-07-05 18:59:40 +0200
committerAnna Henningsen <anna@addaleax.net>2016-07-05 23:08:12 +0200
commit1fe0708fd4b9a7a24cfd5cf4d1b095825f4d5b53 (patch)
tree3d0146374a8b5edbf1bf750e21aa1c4220210224 /Makefile
parent95a3c8f94d1c9bc441e4c0acc35ee38def5f13c9 (diff)
downloadnode-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54d24528e8..91cf2aea4b 100644
--- a/Makefile
+++ b/Makefile
@@ -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