Skip to content

Commit 8dcad8a

Browse files
committed
Run rabbit_ct_hook for management, and mqtt
1 parent 77477de commit 8dcad8a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

deps/rabbitmq_management/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ LOCAL_DEPS += ranch ssl crypto public_key
3131
# See rabbitmq-components.mk.
3232
BUILD_DEPS += ranch
3333

34+
CT_HOOKS = rabbit_ct_hook
3435
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
3536
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
3637

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ PLT_APPS += rabbitmq_cli elixir
5050
dep_ct_helper = git https://github.com/extend/ct_helper.git master
5151
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
5252

53+
CT_HOOKS = rabbit_ct_hook
5354
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
5455
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
5556

0 commit comments

Comments
 (0)