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:
Jean-Sébastien Pédron 2017-01-12 10:43:46 +01:00
parent 2e1652efff
commit 8096ba744f
1 changed files with 1 additions and 1 deletions

View File

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