mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
tools/test: can't generate mocks until submodules checked out.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -30,7 +30,7 @@ tools/test/gen_test.h: $(TOOLS_WIRE_DEPS)
|
|||||||
tools/test/gen_test.c.tmp.c: $(TOOLS_WIRE_DEPS)
|
tools/test/gen_test.c.tmp.c: $(TOOLS_WIRE_DEPS)
|
||||||
$(BOLT_GEN) --page impl tools/test/gen_test.h test_type < tools/test/test_cases > $@
|
$(BOLT_GEN) --page impl tools/test/gen_test.h test_type < tools/test/test_cases > $@
|
||||||
|
|
||||||
tools/test/gen_test.c: tools/test/gen_test.c.tmp.c
|
tools/test/gen_test.c: tools/test/gen_test.c.tmp.c $(EXTERNAL_HEADERS)
|
||||||
@MAKE=$(MAKE) tools/update-mocks.sh "$<" && mv "$<" "$@"
|
@MAKE=$(MAKE) tools/update-mocks.sh "$<" && mv "$<" "$@"
|
||||||
|
|
||||||
tools/test/gen_print.h: wire/gen_onion_wire.h $(TOOLS_WIRE_DEPS)
|
tools/test/gen_print.h: wire/gen_onion_wire.h $(TOOLS_WIRE_DEPS)
|
||||||
|
|||||||
Reference in New Issue
Block a user