Run rabbit_ct_hook for management, and mqtt
This commit is contained in:
parent
77477dee6e
commit
8dcad8a4fd
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue