mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
- Bump lnd and other module dependencies. - Bump Go build version & RPCs - Refactor itests to use the new lnd itest framework.
6 lines
175 B
Makefile
6 lines
175 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
|