Skip to content

Commit

Permalink
Merge pull request #11962 from rabbitmq/gazelle-main
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin authored Aug 9, 2024
2 parents 28bd6d4 + 84be037 commit 8b18d2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,10 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
testonly = True,
srcs = ["test/rabbit_fifo_SUITE.erl"],
outs = ["test/rabbit_fifo_SUITE.beam"],
hdrs = ["src/rabbit_fifo.hrl",
"src/rabbit_fifo_dlx.hrl"],
hdrs = [
"src/rabbit_fifo.hrl",
"src/rabbit_fifo_dlx.hrl",
],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/rabbit_common:erlang_app"],
Expand Down

0 comments on commit 8b18d2e

Please sign in to comment.