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>
This commit is contained in:
Anna Henningsen 2016-07-05 18:59:40 +02:00
parent 95a3c8f94d
commit 1fe0708fd4
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -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