Skip to content

Commit c470661

Browse files
Merge pull request #13342 from rabbitmq/gazelle-main
bazel run gazelle
2 parents 0ee5e74 + ed8001a commit c470661

File tree

1 file changed

+8
-0
lines changed
  • deps/rabbitmq_auth_backend_cache

1 file changed

+8
-0
lines changed

deps/rabbitmq_auth_backend_cache/app.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
136136
app_name = "rabbitmq_auth_backend_cache",
137137
erlc_opts = "//:test_erlc_opts",
138138
)
139+
erlang_bytecode(
140+
name = "rabbit_auth_clear_cache_command_SUITE_beam_files",
141+
testonly = True,
142+
srcs = ["test/rabbit_auth_clear_cache_command_SUITE.erl"],
143+
outs = ["test/rabbit_auth_clear_cache_command_SUITE.beam"],
144+
app_name = "rabbitmq_auth_backend_cache",
145+
erlc_opts = "//:test_erlc_opts",
146+
)

0 commit comments

Comments
 (0)