Makefile: fix missing dependencies for tools tests.

This means they are included in `make check-source`, which they now
pass (since previous commit).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2020-09-09 12:13:18 +09:30
parent 0e805427dc
commit f7de4ac919
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ else
TOOL_TEST_PROGRAMS :=
endif
# Get dependencies correct
ALL_C_SOURCES += $(TOOL_GEN_SRC) $(TOOL_TEST_SRC)
ALL_C_HEADERS += $(TOOL_GEN_HEADER)
TOOL_TEST_COMMON_OBJS := \
common/utils.o