Skip to content

Commit e5b0e5c

Browse files
committed
Makefile: move amqp_client as test dependency
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 7999f28 commit e5b0e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT = rabbitmq_message_deduplication
22

3-
DEPS = rabbit_common rabbit amqp_client
4-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
3+
DEPS = rabbit_common rabbit
4+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
55

66
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
77

0 commit comments

Comments
 (0)