makefiles: move all unit tests under make check-units

Isolate unit tests under their own make directive.
This commit is contained in:
lisa neigut
2019-06-20 13:13:14 -05:00
committed by Rusty Russell
parent 267d627521
commit 7046d0220c
12 changed files with 15 additions and 12 deletions

View File

@@ -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/%)