Skip to content

Commit 226b00a

Browse files
committed
ci fix
1 parent 6f81382 commit 226b00a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/app/tests/BUILD.gn

+5-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ chip_test_suite("tests") {
186186
"TestStatusIB.cpp",
187187
"TestStatusResponseMessage.cpp",
188188
"TestTestEventTriggerDelegate.cpp",
189-
"TestThreadBorderRouterManagementCluster.cpp",
190189
"TestTimeSyncDataProvider.cpp",
191190
"TestTimedHandler.cpp",
192191
"TestWriteInteraction.cpp",
@@ -200,7 +199,6 @@ chip_test_suite("tests") {
200199
":operational-state-test-srcs",
201200
":ota-requestor-test-srcs",
202201
":power-cluster-test-srcs",
203-
":thread-border-router-management-test-srcs",
204202
":time-sync-data-provider-test-srcs",
205203
"${chip_root}/src/app",
206204
"${chip_root}/src/app/common:cluster-objects",
@@ -227,8 +225,12 @@ chip_test_suite("tests") {
227225

228226
if (chip_config_network_layer_ble &&
229227
(chip_device_platform == "linux" || chip_device_platform == "darwin")) {
230-
test_sources += [ "TestCommissioningWindowManager.cpp" ]
228+
test_sources += [
229+
"TestCommissioningWindowManager.cpp",
230+
"TestThreadBorderRouterManagementCluster.cpp",
231+
]
231232
public_deps += [
233+
":thread-border-router-management-test-srcs",
232234
"${chip_root}/src/app/server",
233235
"${chip_root}/src/messaging/tests/echo:common",
234236
]

0 commit comments

Comments
 (0)