Skip to content

Commit

Permalink
Added TestWrite, removed TestRead
Browse files Browse the repository at this point in the history
  • Loading branch information
feasel0 committed Sep 30, 2024
1 parent 19597f2 commit e799005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/tests/data_model/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ chip_test_suite("data_model") {
chip_device_platform != "fake") {
test_sources += [
"TestCommands.cpp",
"TestRead.cpp",
"TestWrite.cpp",
]
if (chip_device_platform != "efr32") {
test_sources += [
"TestWrite.cpp",
"TestRead.cpp",
]
}
}
Expand Down

0 comments on commit e799005

Please sign in to comment.