File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1373,6 +1373,7 @@ eunit(
13731373 ":test_event_recorder_beam" ,
13741374 ":test_rabbit_ct_hook_beam" ,
13751375 ":test_amqp_utils_beam" ,
1376+ ":test_rabbit_list_test_event_handler_beam" ,
13761377 ],
13771378 target = ":test_erlang_app" ,
13781379 test_env = {
Original file line number Diff line number Diff line change @@ -2211,3 +2211,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
22112211 erlc_opts = "//:test_erlc_opts" ,
22122212 deps = ["//deps/amqp10_common:erlang_app" ],
22132213 )
2214+ erlang_bytecode (
2215+ name = "test_rabbit_list_test_event_handler_beam" ,
2216+ testonly = True ,
2217+ srcs = ["test/rabbit_list_test_event_handler.erl" ],
2218+ outs = ["test/rabbit_list_test_event_handler.beam" ],
2219+ app_name = "rabbit" ,
2220+ erlc_opts = "//:test_erlc_opts" ,
2221+ )
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ dialyze(
9797
9898eunit (
9999 name = "eunit" ,
100+ compiled_suites = [":test_rabbit_list_test_event_handler_beam" ],
100101 target = ":test_erlang_app" ,
101102)
102103
Original file line number Diff line number Diff line change @@ -198,3 +198,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
198198 erlc_opts = "//:test_erlc_opts" ,
199199 deps = ["//deps/amqp10_common:erlang_app" , "//deps/amqp_client:erlang_app" ],
200200 )
201+ erlang_bytecode (
202+ name = "test_rabbit_list_test_event_handler_beam" ,
203+ testonly = True ,
204+ srcs = ["test/rabbit_list_test_event_handler.erl" ],
205+ outs = ["test/rabbit_list_test_event_handler.beam" ],
206+ app_name = "rabbitmq_stream" ,
207+ erlc_opts = "//:test_erlc_opts" ,
208+ )
You can’t perform that action at this time.
0 commit comments