Add rabbitmq_ct_client_helpers to TEST_DEPS

This commit is contained in:
Jean-Sébastien Pédron 2016-11-24 10:32:13 +01:00
parent 2d2f525ef7
commit 5c8dfedb04
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PROJECT = rabbitmq_mqtt
DEPS = ranch rabbit_common rabbit amqp_client
TEST_DEPS = emqttc ct_helper rabbitmq_ct_helpers
TEST_DEPS = emqttc ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers
dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_emqttc = git https://github.com/emqtt/emqttc.git master