Skip to content

Commit b6872d4

Browse files
committed
Makefile: add rabbitmq_cli build dependency
It is required by the tests suite. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 8658d81 commit b6872d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PROJECT = rabbitmq_message_deduplication
22

3+
BUILD_DEPS = rabbitmq_cli
34
DEPS = rabbit_common rabbit
45
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
56

0 commit comments

Comments
 (0)