summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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