mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-18 10:06:51 +01:00
make: add unit-debug target
This commit is contained in:
5
Makefile
5
Makefile
@@ -192,6 +192,10 @@ unit: btcd
|
||||
@$(call print, "Running unit tests.")
|
||||
$(UNIT)
|
||||
|
||||
unit-debug: btcd
|
||||
@$(call print, "Running debug unit tests.")
|
||||
$(UNIT_DEBUG)
|
||||
|
||||
unit-cover: $(GOACC_BIN)
|
||||
@$(call print, "Running unit coverage tests.")
|
||||
$(GOACC_BIN) $(COVER_PKG) -- -tags="$(DEV_TAGS) $(LOG_TAGS)"
|
||||
@@ -316,6 +320,7 @@ clean-mobile:
|
||||
itest-only \
|
||||
itest \
|
||||
unit \
|
||||
unit-debug \
|
||||
unit-cover \
|
||||
unit-race \
|
||||
goveralls \
|
||||
|
||||
Reference in New Issue
Block a user