Skip to content

Commit a6f094c

Browse files
Separate out AttributeValueEncoder/Decoder test boilerplate helper logic into separate library (#35678)
* Split out read/write support for data model provider testing * Remove one more unused file that got moved * Undo submodule update --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 8323604 commit a6f094c

File tree

9 files changed

+741
-444
lines changed

9 files changed

+741
-444
lines changed

src/app/codegen-data-model-provider/tests/AttributeReportIBEncodeDecode.h

-68
This file was deleted.

src/app/codegen-data-model-provider/tests/BUILD.gn

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ source_set("ember_extra_files") {
2222
# data-model access and ember-compatibility (we share the same buffer)
2323
"${chip_root}/src/app/util/ember-global-attribute-access-interface.cpp",
2424
"${chip_root}/src/app/util/ember-io-storage.cpp",
25-
"AttributeReportIBEncodeDecode.cpp",
26-
"AttributeReportIBEncodeDecode.h",
2725
"EmberInvokeOverride.cpp",
2826
"EmberInvokeOverride.h",
2927
"EmberReadWriteOverride.cpp",
@@ -32,6 +30,7 @@ source_set("ember_extra_files") {
3230
]
3331

3432
public_deps = [
33+
"${chip_root}/src/app/data-model-provider/tests:encode-decode",
3534
"${chip_root}/src/app/util/mock:mock_ember",
3635
"${chip_root}/src/protocols",
3736
]

0 commit comments

Comments
 (0)