lightning-terminal/make/testing_flags.mk
2022-10-19 10:57:18 +02:00

6 lines
178 B
Makefile

ITEST_FLAGS =
# Define the integration test.run filter if the icase argument was provided.
ifneq ($(icase),)
ITEST_FLAGS += -test.run="TestLightningTerminal/.*/$(icase)"
endif