Merge pull request #13342 from rabbitmq/gazelle-main

bazel run gazelle
This commit is contained in:
Michael Klishin 2025-02-14 10:39:03 -05:00 committed by GitHub
commit c4706616db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -136,3 +136,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
app_name = "rabbitmq_auth_backend_cache", app_name = "rabbitmq_auth_backend_cache",
erlc_opts = "//:test_erlc_opts", erlc_opts = "//:test_erlc_opts",
) )
erlang_bytecode(
name = "rabbit_auth_clear_cache_command_SUITE_beam_files",
testonly = True,
srcs = ["test/rabbit_auth_clear_cache_command_SUITE.erl"],
outs = ["test/rabbit_auth_clear_cache_command_SUITE.beam"],
app_name = "rabbitmq_auth_backend_cache",
erlc_opts = "//:test_erlc_opts",
)