multi: enable passing flag basedir to make itest

This commit is contained in:
yyforyongyu
2025-06-13 16:39:45 +08:00
parent 343ae963b0
commit 3b84088d4a

View File

@@ -34,6 +34,11 @@ ifneq ($(shuffleseed),)
SHUFFLE_SEED = $(shuffleseed)
endif
# Set the base dir if specified.
ifneq ($(basedir),)
ITEST_FLAGS += -basedir=$(basedir)
endif
# Windows needs to append a .exe suffix to all executable files, otherwise it
# won't run them.
ifneq ($(windows),)