summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-09-02 20:26:21 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-09-02 20:26:21 +0300
commiteabdd68997169ce7a5fc25adce43e05028cb1b49 (patch)
tree5696defc11a8c7268f787e374249796699909332
parent1c959076f376da63152dd757ecce9476023aca04 (diff)
downloadrabbitmq-server-git-eabdd68997169ce7a5fc25adce43e05028cb1b49.tar.gz
Proper is a test dependency now
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 179af0f93b..0885e5d48d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
PACKAGES_DIR ?= $(abspath PACKAGES)
DEPS = ranch $(PLUGINS)
-TEST_DEPS = amqp_client meck
+TEST_DEPS = amqp_client meck proper
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))