Skip to content

Commit

Permalink
Separate out AttributeValueEncoder/Decoder test boilerplate helper lo…
Browse files Browse the repository at this point in the history
…gic into separate library (project-chip#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 <[email protected]>
  • Loading branch information
andy31415 and andreilitvin authored Sep 26, 2024
1 parent 8323604 commit a6f094c
Show file tree
Hide file tree
Showing 9 changed files with 741 additions and 444 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions src/app/codegen-data-model-provider/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ source_set("ember_extra_files") {
# data-model access and ember-compatibility (we share the same buffer)
"${chip_root}/src/app/util/ember-global-attribute-access-interface.cpp",
"${chip_root}/src/app/util/ember-io-storage.cpp",
"AttributeReportIBEncodeDecode.cpp",
"AttributeReportIBEncodeDecode.h",
"EmberInvokeOverride.cpp",
"EmberInvokeOverride.h",
"EmberReadWriteOverride.cpp",
Expand All @@ -32,6 +30,7 @@ source_set("ember_extra_files") {
]

public_deps = [
"${chip_root}/src/app/data-model-provider/tests:encode-decode",
"${chip_root}/src/app/util/mock:mock_ember",
"${chip_root}/src/protocols",
]
Expand Down
Loading

0 comments on commit a6f094c

Please sign in to comment.