mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
make+perms: allow itest to run with dev build tag
The dev flag allows us to enable some of lnd's configuration flags that are only available for testing. To speed up any wallet interaction, we also add the lowscrypt build tag that chooses weak encryption for the wallet that is much faster (a couple of milliseconds vs. multiple seconds per wallet creation).
This commit is contained in:
parent
9370c91286
commit
7cead0194a
3 changed files with 98 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -94,7 +94,7 @@ DOCKER_TOOLS = docker run \
|
|||
-v $(shell bash -c "mkdir -p /tmp/go-lint-cache; echo /tmp/go-lint-cache"):/root/.cache/golangci-lint \
|
||||
-v $$(pwd):/build litd-tools
|
||||
|
||||
ITEST_TAGS := integration itest $(LND_RELEASE_TAGS)
|
||||
ITEST_TAGS := dev integration itest lowscrypt $(LND_RELEASE_TAGS)
|
||||
ITEST_LDFLAGS := $(call make_ldflags, $(ITEST_TAGS))
|
||||
|
||||
GREEN := "\\033[0;32m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue