summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2020-10-12 17:58:42 +0200
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2020-10-12 17:58:42 +0200
commit9e6008a36222b3e721c79c99af3a4645287473ff (patch)
tree8ca952259be8a6d1bfc92b80f7a7617c668c2ebf
parentc85f98cb7f744bda3e1c2b72603ebffa411e8d47 (diff)
downloadrabbitmq-server-git-9e6008a36222b3e721c79c99af3a4645287473ff.tar.gz
Add rabbitmq_ct_client_helpers dependency
-rw-r--r--deps/rabbitmq_stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_stream/Makefile b/deps/rabbitmq_stream/Makefile
index d9f13f092c..88d7717281 100644
--- a/deps/rabbitmq_stream/Makefile
+++ b/deps/rabbitmq_stream/Makefile
@@ -19,7 +19,7 @@ endef
DEPS = rabbit
-TEST_DEPS = rabbitmq_ct_helpers rabbit_ct_client_helpers
+TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk