We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9ae85 commit b154a1bCopy full SHA for b154a1b
src/controller/tests/BUILD.gn
@@ -21,10 +21,7 @@ import("${chip_root}/build/chip/chip_test_suite.gni")
21
chip_test_suite("tests") {
22
output_name = "libControllerTests"
23
24
- test_sources = [
25
- "TestCommissionableNodeController.cpp",
26
- "TestCommissioningWindowOpener.cpp",
27
- ]
+ test_sources = [ "TestCommissionableNodeController.cpp" ]
28
29
if (chip_device_platform != "mbed" && chip_device_platform != "efr32" &&
30
chip_device_platform != "esp32") {
@@ -34,6 +31,7 @@ chip_test_suite("tests") {
34
31
test_sources += [ "TestReadChunking.cpp" ]
35
32
test_sources += [ "TestWriteChunking.cpp" ]
36
33
test_sources += [ "TestEventNumberCaching.cpp" ]
+ test_sources += [ "TestCommissioningWindowOpener.cpp" ]
37
}
38
39
cflags = [ "-Wconversion" ]
0 commit comments