Skip to content

Commit 07242c2

Browse files
Merge pull request #10757 from rabbitmq/fixup-rabbitmq_amqp1_0-noop-compile
Fixup rabbitmq_amqp1_0 BUILD.bazel
2 parents 390a0b4 + 7710ff3 commit 07242c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deps/rabbitmq_amqp1_0/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ load(
1010
":app.bzl",
1111
"all_beam_files",
1212
"all_srcs",
13+
"all_test_beam_files",
14+
"test_suite_beam_files",
1315
)
1416

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

1921
all_beam_files(name = "all_beam_files")
2022

23+
all_test_beam_files(name = "all_test_beam_files")
24+
25+
test_suite_beam_files(name = "test_suite_beam_files")
26+
2127
rabbitmq_app(
2228
name = "erlang_app",
2329
srcs = [":all_srcs"],

0 commit comments

Comments
 (0)