summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 781da8de80..e75263ca70 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,19 @@ DEPS += $(DISTRIBUTED_DEPS)
endif
endif
+# We need many plugins for their Cuttlefish schemas.
+TEST_DEPS += rabbitmq_amqp1_0 \
+ rabbitmq_auth_backend_amqp \
+ rabbitmq_auth_backend_http \
+ rabbitmq_auth_backend_ldap \
+ rabbitmq_clusterer \
+ rabbitmq_management \
+ rabbitmq_metronome \
+ rabbitmq_mqtt \
+ rabbitmq_stomp \
+ rabbitmq_web_mqtt \
+ 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))