mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
6 lines
178 B
Makefile
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
|