Browse Source

test: use correct deps for channeld tests

LIGHTNING_CHANNELD_* doesn't exist; the actual name is
LIGHTNINGD_CHANNEL_*
nifty/pset-pre
niftynei 5 years ago
committed by neil saitug
parent
commit
24e186bc20
  1. 2
      channeld/test/Makefile

2
channeld/test/Makefile

@ -26,6 +26,6 @@ update-mocks: $(CHANNELD_TEST_SRC:%=update-mocks/%)
$(CHANNELD_TEST_PROGRAMS): $(CCAN_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS) $(CHANNELD_TEST_COMMON_OBJS)
$(CHANNELD_TEST_OBJS): $(LIGHTNING_CHANNELD_HEADERS) $(LIGHTNING_CHANNELD_SRC)
$(CHANNELD_TEST_OBJS): $(LIGHTNINGD_CHANNEL_HEADERS) $(LIGHTNINGD_CHANNEL_SRC)
check-units: $(CHANNELD_TEST_PROGRAMS:%=unittest/%)

Loading…
Cancel
Save