Makefile: Add rabbitmq_ct_client_helpers to TEST_DEPS
metrics_SUITE depends on rabbitmq_ct_client_helpers and amqp_client now. This fixes the testsuite.
This commit is contained in:
parent
2e1652efff
commit
8096ba744f
|
|
@ -14,7 +14,7 @@ define PROJECT_ENV
|
|||
endef
|
||||
|
||||
DEPS = rabbit_common rabbit
|
||||
TEST_DEPS = rabbitmq_ct_helpers
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
||||
LOCAL_DEPS += xmerl mnesia ranch ssl crypto public_key
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue