summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-09 14:50:24 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-11-16 09:22:13 +0100
commit9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8 (patch)
tree68f0148c30e011ad96302c9109c655d139db9061 /Makefile
parentb021403b2afdab0f5077b55aa27286c187119acd (diff)
downloadandroid-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.gz
android-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.bz2
android-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.zip
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--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4ab99b5bd3..e29b486cec 100644
--- a/Makefile
+++ b/Makefile
@@ -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