summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiana Corbacho <diana.corbacho@erlang-solutions.com>2016-05-27 14:04:56 +0100
committerDiana Corbacho <diana.corbacho@erlang-solutions.com>2016-05-27 16:47:21 +0100
commita36787f6c68db4674bc7651547ab8c18b40cc5a9 (patch)
tree15a3d36de0a2864fa3773a281fdfbce78323417a /Makefile
parent38be6a77d2f8322801a61e2222c22fc665990cf0 (diff)
downloadrabbitmq-server-git-a36787f6c68db4674bc7651547ab8c18b40cc5a9.tar.gz
Test concurrent application of HA policies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e75263ca70..3d2a5bb88e 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ TEST_DEPS += rabbitmq_amqp1_0 \
rabbitmq_web_stomp
# FIXME: Remove rabbitmq_test as TEST_DEPS from here for now.
-TEST_DEPS := amqp_client meck $(filter-out rabbitmq_test,$(TEST_DEPS))
+TEST_DEPS := amqp_client meck proper $(filter-out rabbitmq_test,$(TEST_DEPS))
include erlang.mk