From e76f2263fc90c1ab03f2701bd881b7055c582d86 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Tue, 2 May 2023 10:22:34 -0400 Subject: [PATCH] comment out cm table sources --- src/app/tests/BUILD.gn | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/tests/BUILD.gn b/src/app/tests/BUILD.gn index 66b734cfce0013..b4da7f9f6af015 100644 --- a/src/app/tests/BUILD.gn +++ b/src/app/tests/BUILD.gn @@ -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 = [