Skip to content

Commit 9ab4fbe

Browse files
committed
Add missing test-deps
1 parent b36ac87 commit 9ab4fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $(LINKED_ESCRIPTS): $(ESCRIPT_FILE)
117117
$(verbose) rm -f "$@"
118118
$(gen_verbose) $(call link_escript,$<,$@)
119119

120-
tests:: escript
120+
tests:: escript test-deps
121121
$(verbose) $(MAKE) -C ../../ install-cli
122122
$(verbose) $(MAKE) -C ../../ start-background-broker \
123123
PLUGINS="rabbitmq_federation rabbitmq_stomp rabbitmq_stream_management amqp_client" \
@@ -131,7 +131,7 @@ tests:: escript
131131

132132
.PHONY: test
133133

134-
test:: escript
134+
test:: escript test-deps
135135
ifdef TEST_FILE
136136
$(gen_verbose) $(MIX_TEST) $(TEST_FILE)
137137
else

0 commit comments

Comments
 (0)