mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 17:44:22 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user