Skip to content

Commit

Permalink
Fixup rabbitmq_amqp1_0 BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed Mar 16, 2024
1 parent 390a0b4 commit 7710ff3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/rabbitmq_amqp1_0/BUILD.bazel
Expand Up @@ -10,6 +10,8 @@ load(
":app.bzl",
"all_beam_files",
"all_srcs",
"all_test_beam_files",
"test_suite_beam_files",
)

APP_NAME = "rabbitmq_amqp1_0"
Expand All @@ -18,6 +20,10 @@ APP_DESCRIPTION = "Deprecated no-op AMQP 1.0 plugin"

all_beam_files(name = "all_beam_files")

all_test_beam_files(name = "all_test_beam_files")

test_suite_beam_files(name = "test_suite_beam_files")

rabbitmq_app(
name = "erlang_app",
srcs = [":all_srcs"],
Expand Down

0 comments on commit 7710ff3

Please sign in to comment.