diff options
| author | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2016-05-27 14:04:56 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2016-05-27 16:47:21 +0100 |
| commit | a36787f6c68db4674bc7651547ab8c18b40cc5a9 (patch) | |
| tree | 15a3d36de0a2864fa3773a281fdfbce78323417a /Makefile | |
| parent | 38be6a77d2f8322801a61e2222c22fc665990cf0 (diff) | |
| download | rabbitmq-server-git-a36787f6c68db4674bc7651547ab8c18b40cc5a9.tar.gz | |
Test concurrent application of HA policies
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
