update-mocks: make sure we cover all test programs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-05-21 14:47:05 +09:30
parent cc6f1fd120
commit 25b5e1e099
13 changed files with 4 additions and 28 deletions

View File

@@ -14,8 +14,6 @@ WIRE_TEST_COMMON_OBJS := \
common/setup.o \
common/utils.o
update-mocks: $(WIRE_TEST_SRC:%=update-mocks/%)
# run-tlvstream.c needs to reach into bitcoin/pubkey for SUPERVERBOSE
$(WIRE_TEST_PROGRAMS): $(WIRE_TEST_COMMON_OBJS) $(filter-out bitcoin/pubkey.o,$(BITCOIN_OBJS))