@@ -154,6 +154,18 @@ source_set("thread-border-router-management-test-srcs") {
154
154
]
155
155
}
156
156
157
+ source_set (" ecosystem-information-test-srcs" ) {
158
+ sources = [
159
+ " ${ chip_root } /src/app/clusters/ecosystem-information-server/ecosystem-information-server.cpp" ,
160
+ " ${ chip_root } /src/app/clusters/ecosystem-information-server/ecosystem-information-server.h" ,
161
+ ]
162
+ public_deps = [
163
+ " ${ chip_root } /src/app:interaction-model" ,
164
+ " ${ chip_root } /src/app/common:cluster-objects" ,
165
+ " ${ chip_root } /src/lib/core" ,
166
+ ]
167
+ }
168
+
157
169
source_set (" app-test-stubs" ) {
158
170
sources = [
159
171
" test-ember-api.cpp" ,
@@ -201,6 +213,7 @@ chip_test_suite("tests") {
201
213
" TestDataModelSerialization.cpp" ,
202
214
" TestDefaultOTARequestorStorage.cpp" ,
203
215
" TestDefaultThreadNetworkDirectoryStorage.cpp" ,
216
+ " TestEcosystemInformationCluster.cpp" ,
204
217
" TestEventLoggingNoUTCTime.cpp" ,
205
218
" TestEventOverflow.cpp" ,
206
219
" TestEventPathParams.cpp" ,
@@ -228,6 +241,7 @@ chip_test_suite("tests") {
228
241
public_deps = [
229
242
" :app-test-stubs" ,
230
243
" :binding-test-srcs" ,
244
+ " :ecosystem-information-test-srcs" ,
231
245
" :operational-state-test-srcs" ,
232
246
" :ota-requestor-test-srcs" ,
233
247
" :power-cluster-test-srcs" ,
@@ -236,6 +250,7 @@ chip_test_suite("tests") {
236
250
" ${ chip_root } /src/app" ,
237
251
" ${ chip_root } /src/app/codegen-data-model-provider:instance-header" ,
238
252
" ${ chip_root } /src/app/common:cluster-objects" ,
253
+ " ${ chip_root } /src/app/data-model-provider/tests:encode-decode" ,
239
254
" ${ chip_root } /src/app/icd/client:manager" ,
240
255
" ${ chip_root } /src/app/tests:helpers" ,
241
256
" ${ chip_root } /src/app/util/mock:mock_codegen_data_model" ,
0 commit comments