lightning-terminal/make/testing_flags.mk

7 lines
175 B
Makefile
Raw Permalink Normal View History

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