2022-04-20 20:05:56 +08:00
|
|
|
PROJECT = rabbitmq_ct_helpers
|
|
|
|
|
PROJECT_DESCRIPTION = Common Test helpers for RabbitMQ
|
|
|
|
|
|
2024-11-05 01:56:55 +08:00
|
|
|
DEPS = rabbit_common amqp10_common rabbitmq_stream_common proper inet_tcp_proxy meck
|
2024-09-17 16:12:48 +08:00
|
|
|
LOCAL_DEPS = common_test eunit inets
|
|
|
|
|
#TEST_DEPS = rabbit
|
|
|
|
|
|
|
|
|
|
# We are calling one function from 'rabbit' so we need it in the PLT.
|
|
|
|
|
# But really this should be a full dependency; or we don't use the
|
|
|
|
|
# function anymore; or move it to rabbit_common. @todo
|
|
|
|
|
dialyze: DEPS += rabbit
|
2022-04-20 20:05:56 +08:00
|
|
|
|
2024-04-16 19:26:51 +08:00
|
|
|
XREF_IGNORE = [ \
|
|
|
|
|
{'Elixir.OptionParser',split,1}, \
|
|
|
|
|
{'Elixir.RabbitMQCtl',exec_command,2}]
|
|
|
|
|
|
2022-04-20 20:05:56 +08:00
|
|
|
dep_inet_tcp_proxy = git https://github.com/rabbitmq/inet_tcp_proxy master
|
|
|
|
|
|
2024-12-12 19:08:06 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2024-09-10 21:42:28 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
2022-04-20 20:05:56 +08:00
|
|
|
|
|
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
|
include ../../erlang.mk
|
|
|
|
|
|
|
|
|
|
ERLC_OPTS += +nowarn_export_all
|