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(
1362
1362
":test_test_rabbit_event_handler_beam" ,
1363
1363
":test_clustering_utils_beam" ,
1364
1364
":test_event_recorder_beam" ,
1365
+ ":test_rabbit_ct_hook_beam" ,
1365
1366
],
1366
1367
target = ":test_erlang_app" ,
1367
1368
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"):
2174
2174
erlc_opts = "//:test_erlc_opts" ,
2175
2175
deps = ["//deps/amqp_client:erlang_app" ],
2176
2176
)
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