Skip to content

Commit b154a1b

Browse files
committed
Scope the tests outside of esp32 and other targets
1 parent 5a9ae85 commit b154a1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/controller/tests/BUILD.gn

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import("${chip_root}/build/chip/chip_test_suite.gni")
2121
chip_test_suite("tests") {
2222
output_name = "libControllerTests"
2323

24-
test_sources = [
25-
"TestCommissionableNodeController.cpp",
26-
"TestCommissioningWindowOpener.cpp",
27-
]
24+
test_sources = [ "TestCommissionableNodeController.cpp" ]
2825

2926
if (chip_device_platform != "mbed" && chip_device_platform != "efr32" &&
3027
chip_device_platform != "esp32") {
@@ -34,6 +31,7 @@ chip_test_suite("tests") {
3431
test_sources += [ "TestReadChunking.cpp" ]
3532
test_sources += [ "TestWriteChunking.cpp" ]
3633
test_sources += [ "TestEventNumberCaching.cpp" ]
34+
test_sources += [ "TestCommissioningWindowOpener.cpp" ]
3735
}
3836

3937
cflags = [ "-Wconversion" ]

0 commit comments

Comments
 (0)