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@rabbitmq.com>2016-08-31 09:51:59 +0100
commitd712ef1fc5602d7e34dcc8a75e50ec9db65afd89 (patch)
treef10ea6b43eb5123c5efaea496f822e59ca32376c /Makefile
parentc555df59bb9d66fe22d4c97f101b2a2d989eea1c (diff)
downloadrabbitmq-server-git-d712ef1fc5602d7e34dcc8a75e50ec9db65afd89.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 e211234bf6..3d87406343 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ endif
endif
# 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