Skip to content

Commit e89a49a

Browse files
committed
test: move FFI tests to NATIVE_SUITES
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63165 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2c13acc commit e89a49a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a
603603
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/*
604604

605605
JS_SUITES ?= default
606-
NATIVE_SUITES ?= addons js-native-api node-api embedding
606+
NATIVE_SUITES ?= addons ffi js-native-api node-api embedding
607607
# CI_* variables should be kept synchronized with the ones in vcbuild.bat
608608
CI_NATIVE_SUITES ?= $(NATIVE_SUITES) benchmark
609609
CI_JS_SUITES ?= $(JS_SUITES) pummel

tools/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@ def PrintCrashed(code):
15971597
'benchmark',
15981598
'doctool',
15991599
'embedding',
1600+
'ffi',
16001601
'internet',
16011602
'js-native-api',
16021603
'node-api',

0 commit comments

Comments
 (0)