2022-10-15 09:04:04 +02:00
|
|
|
ITEST_FLAGS =
|
|
|
|
|
|
|
|
|
|
# Define the integration test.run filter if the icase argument was provided.
|
|
|
|
|
ifneq ($(icase),)
|
2023-03-10 16:29:05 -08:00
|
|
|
ITEST_FLAGS += -test.run="TestLightningTerminal/$(icase)"
|
2022-10-15 09:04:04 +02:00
|
|
|
endif
|