We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570763a commit 939e516Copy full SHA for 939e516
src/credentials/tests/BUILD.gn
@@ -56,7 +56,8 @@ chip_test_suite("tests") {
56
]
57
58
# DUTVectors test requires <dirent.h> which is not supported on all platforms
59
- if (chip_device_platform != "openiotsdk" && chip_device_platform != "nxp") {
+ if (chip_device_platform != "openiotsdk" && chip_device_platform != "nxp" &&
60
+ chip_device_platform != "efr32") {
61
test_sources += [ "TestCommissionerDUTVectors.cpp" ]
62
}
63
0 commit comments