Skip to content

Commit a072a25

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 bed84b6 commit a072a25

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
@@ -570,7 +570,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a
570570
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/*
571571

572572
JS_SUITES ?= default
573-
NATIVE_SUITES ?= addons js-native-api node-api embedding
573+
NATIVE_SUITES ?= addons ffi js-native-api node-api embedding
574574
# CI_* variables should be kept synchronized with the ones in vcbuild.bat
575575
CI_NATIVE_SUITES ?= $(NATIVE_SUITES) benchmark
576576
CI_JS_SUITES ?= $(JS_SUITES) pummel

tools/test.py

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

0 commit comments

Comments
 (0)