mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
wallet/test: fix Makefile so test correctly depend on wallet files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6bb47276ce
commit
19d5305658
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ALL_TEST_PROGRAMS += $(WALLET_TEST_PROGRAMS)
|
|||
ALL_OBJS += $(WALLET_LIB_OBJS) $(WALLET_TEST_OBJS)
|
||||
|
||||
$(WALLET_TEST_PROGRAMS): $(BITCOIN_OBJS) $(WALLET_TEST_COMMON_OBJS)
|
||||
$(WALLET_TEST_OBJS): $(WALLET_LIB_HEADERS)
|
||||
$(WALLET_TEST_OBJS): $(WALLET_LIB_HEADERS) $(WALLET_LIB_SRC)
|
||||
|
||||
wallet/tests: $(WALLET_TEST_PROGRAMS:%=unittest/%)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue