diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-10-09 14:50:24 +0200 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-11-16 09:22:13 +0100 |
commit | 9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8 (patch) | |
tree | 68f0148c30e011ad96302c9109c655d139db9061 /Makefile | |
parent | b021403b2afdab0f5077b55aa27286c187119acd (diff) | |
download | node-new-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.gz |
Revert "build: for --enable-static, run only cctest"
This reverts commit a36b5405029597ce09e15373a321c47930689c08.
PR-URL: https://github.com/nodejs/node/pull/14986
Refs: https://github.com/nodejs/node/issues/14158
Refs: https://github.com/nodejs/node/pull/14892
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -205,10 +205,6 @@ v8: tools/make-v8.sh $(MAKE) -C deps/v8 $(V8_ARCH).$(BUILDTYPE_LOWER) $(V8_BUILD_OPTIONS) -ifeq ($(NODE_TARGET_TYPE),static_library) -test: all - $(MAKE) cctest -else test: all $(MAKE) -s build-addons $(MAKE) -s build-addons-napi @@ -221,7 +217,6 @@ test: all $(CI_NATIVE_SUITES) \ $(CI_DOC) \ known_issues -endif # For a quick test, does not run linter or build doc test-only: all |