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>
v6.x
Anna Henningsen 9 years ago
committed by Jeremiah Senkpiel
parent
commit
f6ba5f6380
  1. 2
      Makefile

2
Makefile

@ -118,7 +118,7 @@ test: all
$(MAKE) build-addons $(MAKE) build-addons
$(MAKE) cctest $(MAKE) cctest
$(PYTHON) tools/test.py --mode=release -J \ $(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 $(MAKE) lint
test-parallel: all test-parallel: all

Loading…
Cancel
Save