mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
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:
parent
0e805427dc
commit
f7de4ac919
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user