summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-11-24 10:12:30 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-11-24 10:12:30 +0100
commitbeb8e52c3648c06340c4c1d6b573a2570d4ee0dd (patch)
tree947e5e060457b074df41aa9e24e689e2608cba7e /Makefile
parent8bbe9ad3bd83f45a82401068eb7429cfcda42e76 (diff)
downloadrabbitmq-server-git-beb8e52c3648c06340c4c1d6b573a2570d4ee0dd.tar.gz
Add rabbitmq_ct_client_helpers to TEST_DEPS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1ffa56cea..afcf42125d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PROJECT = rabbit
VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
DEPS = ranch rabbit_common
-TEST_DEPS = rabbitmq_ct_helpers amqp_client meck proper
+TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))