We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ee5e74 + ed8001a commit c470661Copy full SHA for c470661
deps/rabbitmq_auth_backend_cache/app.bzl
@@ -136,3 +136,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
136
app_name = "rabbitmq_auth_backend_cache",
137
erlc_opts = "//:test_erlc_opts",
138
)
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