Skip to content

Commit 36495c1

Browse files
committed
adding *TestAccess.h sources to build.gn
1 parent d2336f3 commit 36495c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/app/tests/BUILD.gn

+14
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,20 @@ chip_test_suite("tests") {
175175

176176
cflags = [ "-Wconversion" ]
177177

178+
sources = [
179+
"CommandHandlerTestAccess.h",
180+
"CommandSenderTestAccess.h",
181+
"EngineTestAccess.h",
182+
"InteractionModelEngineTestAccess.h",
183+
"ReadClientTestAccess.h",
184+
"ReadHandlerTestAccess.h",
185+
"ReportSchedulerImplTestAccess.h",
186+
"ReportSchedulerImplTestAccess.h",
187+
"SynchronizedReportSchedulerImplTestAccess.h",
188+
"WriteClientTestAccess.h",
189+
"WriteHandlerTestAccess.h",
190+
]
191+
178192
public_deps = [
179193
":app-test-stubs",
180194
":binding-test-srcs",

0 commit comments

Comments
 (0)