diff --git a/Makefile b/Makefile index 9c9aa320963c8e..125f83edf26ece 100644 --- a/Makefile +++ b/Makefile @@ -603,7 +603,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/* JS_SUITES ?= default -NATIVE_SUITES ?= addons js-native-api node-api embedding +NATIVE_SUITES ?= addons ffi js-native-api node-api embedding # CI_* variables should be kept synchronized with the ones in vcbuild.bat CI_NATIVE_SUITES ?= $(NATIVE_SUITES) benchmark CI_JS_SUITES ?= $(JS_SUITES) pummel diff --git a/tools/test.py b/tools/test.py index 6440e1303e5f53..2c2a4d78d80aea 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1597,6 +1597,7 @@ def PrintCrashed(code): 'benchmark', 'doctool', 'embedding', + 'ffi', 'internet', 'js-native-api', 'node-api',