Add rabbitmq_ct_client_helpers to TEST_DEPS
This commit is contained in:
parent
2d2f525ef7
commit
5c8dfedb04
|
|
@ -1,7 +1,7 @@
|
||||||
PROJECT = rabbitmq_mqtt
|
PROJECT = rabbitmq_mqtt
|
||||||
|
|
||||||
DEPS = ranch rabbit_common rabbit amqp_client
|
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_ct_helper = git https://github.com/extend/ct_helper.git master
|
||||||
dep_emqttc = git https://github.com/emqtt/emqttc.git master
|
dep_emqttc = git https://github.com/emqtt/emqttc.git master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue