Skip to content

Commit a3dc7c9

Browse files
committed
Bazel fixes following renaming of test suites
1 parent bbea6a1 commit a3dc7c9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

BUILD.bazel

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ eunit(
103103
broker_for_integration_suites()
104104

105105
rabbitmq_integration_suite(
106-
name = "config_schema_SUITE",
106+
name = "web_mqtt_config_schema_SUITE",
107107
)
108108

109109
rabbitmq_integration_suite(
110-
name = "command_SUITE",
110+
name = "web_mqtt_command_SUITE",
111111
additional_beam = [
112112
"test/rabbit_web_mqtt_test_util.beam",
113113
],
@@ -117,15 +117,31 @@ rabbitmq_integration_suite(
117117
)
118118

119119
rabbitmq_integration_suite(
120-
name = "proxy_protocol_SUITE",
120+
name = "web_mqtt_proxy_protocol_SUITE",
121121
additional_beam = [
122122
"test/src/rabbit_ws_test_util.beam",
123123
"test/src/rfc6455_client.beam",
124124
],
125125
)
126126

127127
rabbitmq_integration_suite(
128-
name = "system_SUITE",
128+
name = "web_mqtt_shared_SUITE",
129+
additional_beam = [
130+
"test/src/rabbit_ws_test_util.beam",
131+
"test/src/rfc6455_client.beam",
132+
],
133+
)
134+
135+
rabbitmq_integration_suite(
136+
name = "web_mqtt_system_SUITE",
137+
additional_beam = [
138+
"test/src/rabbit_ws_test_util.beam",
139+
"test/src/rfc6455_client.beam",
140+
],
141+
)
142+
143+
rabbitmq_integration_suite(
144+
name = "web_mqtt_v5_SUITE",
129145
additional_beam = [
130146
"test/src/rabbit_ws_test_util.beam",
131147
"test/src/rfc6455_client.beam",

0 commit comments

Comments
 (0)