Skip to content

Commit 3b84088

Browse files
committed
multi: enable passing flag basedir to make itest
1 parent 343ae96 commit 3b84088

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make/testing_flags.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ ifneq ($(shuffleseed),)
3434
SHUFFLE_SEED = $(shuffleseed)
3535
endif
3636

37+
# Set the base dir if specified.
38+
ifneq ($(basedir),)
39+
ITEST_FLAGS += -basedir=$(basedir)
40+
endif
41+
3742
# Windows needs to append a .exe suffix to all executable files, otherwise it
3843
# won't run them.
3944
ifneq ($(windows),)

0 commit comments

Comments
 (0)