@@ -186,7 +186,6 @@ chip_test_suite("tests") {
186
186
" TestStatusIB.cpp" ,
187
187
" TestStatusResponseMessage.cpp" ,
188
188
" TestTestEventTriggerDelegate.cpp" ,
189
- " TestThreadBorderRouterManagementCluster.cpp" ,
190
189
" TestTimeSyncDataProvider.cpp" ,
191
190
" TestTimedHandler.cpp" ,
192
191
" TestWriteInteraction.cpp" ,
@@ -200,7 +199,6 @@ chip_test_suite("tests") {
200
199
" :operational-state-test-srcs" ,
201
200
" :ota-requestor-test-srcs" ,
202
201
" :power-cluster-test-srcs" ,
203
- " :thread-border-router-management-test-srcs" ,
204
202
" :time-sync-data-provider-test-srcs" ,
205
203
" ${ chip_root } /src/app" ,
206
204
" ${ chip_root } /src/app/common:cluster-objects" ,
@@ -227,8 +225,12 @@ chip_test_suite("tests") {
227
225
228
226
if (chip_config_network_layer_ble &&
229
227
(chip_device_platform == " linux" || chip_device_platform == " darwin" )) {
230
- test_sources += [ " TestCommissioningWindowManager.cpp" ]
228
+ test_sources += [
229
+ " TestCommissioningWindowManager.cpp" ,
230
+ " TestThreadBorderRouterManagementCluster.cpp" ,
231
+ ]
231
232
public_deps += [
233
+ " :thread-border-router-management-test-srcs" ,
232
234
" ${ chip_root } /src/app/server" ,
233
235
" ${ chip_root } /src/messaging/tests/echo:common" ,
234
236
]
0 commit comments