Browse Source

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>
v7.x
Anna Henningsen 9 years ago
parent
commit
1fe0708fd4
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 2
      Makefile

2
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

Loading…
Cancel
Save