File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1362,6 +1362,7 @@ eunit(
13621362 ":test_test_rabbit_event_handler_beam" ,
13631363 ":test_clustering_utils_beam" ,
13641364 ":test_event_recorder_beam" ,
1365+ ":test_rabbit_ct_hook_beam" ,
13651366 ],
13661367 target = ":test_erlang_app" ,
13671368 test_env = {
Original file line number Diff line number Diff line change @@ -2174,3 +2174,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
21742174 erlc_opts = "//:test_erlc_opts" ,
21752175 deps = ["//deps/amqp_client:erlang_app" ],
21762176 )
2177+ erlang_bytecode (
2178+ name = "test_rabbit_ct_hook_beam" ,
2179+ testonly = True ,
2180+ srcs = ["test/rabbit_ct_hook.erl" ],
2181+ outs = ["test/rabbit_ct_hook.beam" ],
2182+ app_name = "rabbit" ,
2183+ erlc_opts = "//:test_erlc_opts" ,
2184+ )
You can’t perform that action at this time.
0 commit comments