Skip to content

Commit

Permalink
tools/test: can't generate mocks until submodules checked out.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 17, 2019
1 parent dd617f9 commit c0ba587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tools/test/gen_test.h: $(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 > $@

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 "$<" "$@"

tools/test/gen_print.h: wire/gen_onion_wire.h $(TOOLS_WIRE_DEPS)
Expand Down

0 comments on commit c0ba587

Please sign in to comment.