Run rabbit_ct_hook for management, and mqtt

This commit is contained in:
Iliia Khaprov 2025-05-26 14:34:21 +02:00
parent 77477dee6e
commit 8dcad8a4fd
No known key found for this signature in database
GPG Key ID: 4DCFF8F358E49AED
3 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ LOCAL_DEPS += ranch ssl crypto public_key
# See rabbitmq-components.mk.
BUILD_DEPS += ranch
CT_HOOKS = rabbit_ct_hook
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

View File

@ -50,6 +50,7 @@ PLT_APPS += rabbitmq_cli elixir
dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
CT_HOOKS = rabbit_ct_hook
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk