Skip to content

Commit e396dd1

Browse files
Merge pull request #12197 from rabbitmq/gazelle-main
bazel run gazelle
2 parents 56964a8 + f95527d commit e396dd1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 = {

deps/rabbit/app.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)

0 commit comments

Comments
 (0)