mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-16 20:34:21 +01:00
makefiles: move all unit tests under make check-units
Isolate unit tests under their own make directive.
This commit is contained in:
committed by
Rusty Russell
parent
267d627521
commit
7046d0220c
@@ -25,4 +25,4 @@ $(CLI_TEST_PROGRAMS): $(CCAN_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS) $(CLI_TEST_COMMO
|
||||
|
||||
$(CLI_TEST_OBJS): $(LIGHTNING_CLI_HEADERS) $(LIGHTNING_CLI_SRC)
|
||||
|
||||
check: $(CLI_TEST_PROGRAMS:%=unittest/%)
|
||||
check-units: $(CLI_TEST_PROGRAMS:%=unittest/%)
|
||||
|
||||
Reference in New Issue
Block a user