Skip to content

Commit

Permalink
comment out cm table sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed May 2, 2023
1 parent ac0a7b6 commit e76f226
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/app/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ source_set("binding-test-srcs") {
]
}

source_set("client-monitoring-test-srcs") {
sources = [
"${chip_root}/src/app/util/ClientMonitoringRegistrationTable.cpp",
"${chip_root}/src/app/util/ClientMonitoringRegistrationTable.h",
]

public_deps = [
"${chip_root}/src/app/common:cluster-objects",
"${chip_root}/src/lib/core",
]
}
# source_set("client-monitoring-test-srcs") {
# sources = [
# "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.cpp",
# "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.h",
# ]

# public_deps = [
# "${chip_root}/src/app/common:cluster-objects",
# "${chip_root}/src/lib/core",
# ]
# }

source_set("ota-requestor-test-srcs") {
sources = [
Expand Down

0 comments on commit e76f226

Please sign in to comment.