Skip to content

Commit

Permalink
Merge pull request #12197 from rabbitmq/gazelle-main
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin authored Sep 3, 2024
2 parents 56964a8 + f95527d commit e396dd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ eunit(
":test_test_rabbit_event_handler_beam",
":test_clustering_utils_beam",
":test_event_recorder_beam",
":test_rabbit_ct_hook_beam",
],
target = ":test_erlang_app",
test_env = {
Expand Down
8 changes: 8 additions & 0 deletions deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2174,3 +2174,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app"],
)
erlang_bytecode(
name = "test_rabbit_ct_hook_beam",
testonly = True,
srcs = ["test/rabbit_ct_hook.erl"],
outs = ["test/rabbit_ct_hook.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
)

0 comments on commit e396dd1

Please sign in to comment.