@@ -23,22 +23,22 @@ chip_test_suite("tests") {
23
23
24
24
test_sources = []
25
25
26
- # +++++x TODO: Add issue about this.
27
- # undefined reference to chip::Controller::CommissionableNodeController::*
26
+ # Not supported on efr32.
28
27
if (chip_device_platform != " efr32" ) {
29
28
test_sources += [ " TestCommissionableNodeController.cpp" ]
30
29
}
31
30
32
31
if (chip_device_platform != " mbed" && chip_device_platform != " esp32" ) {
33
- test_sources += [ " TestServerCommandDispatch.cpp" ]
34
- test_sources += [ " TestEventChunking.cpp" ]
35
- test_sources += [ " TestEventCaching.cpp" ]
36
- test_sources += [ " TestReadChunking.cpp" ]
37
- test_sources += [ " TestWriteChunking.cpp" ]
38
- test_sources += [ " TestEventNumberCaching.cpp" ]
39
-
40
- # +++++x TODO: Add issue about this.
41
- # undefined reference to chip::Controller::CommissioningWindowOpener::*
32
+ test_sources += [
33
+ " TestServerCommandDispatch.cpp" ,
34
+ " TestEventChunking.cpp" ,
35
+ " TestEventCaching.cpp" ,
36
+ " TestReadChunking.cpp" ,
37
+ " TestWriteChunking.cpp" ,
38
+ " TestEventNumberCaching.cpp" ,
39
+ ]
40
+
41
+ # Not supported on efr32.
42
42
if (chip_device_platform != " efr32" ) {
43
43
test_sources += [ " TestCommissioningWindowOpener.cpp" ]
44
44
}
0 commit comments