Skip to content

Commit 939e516

Browse files
committed
Excluded a test source for efr32 due to lack of dirent.h
1 parent 570763a commit 939e516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/credentials/tests/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ chip_test_suite("tests") {
5656
]
5757

5858
# DUTVectors test requires <dirent.h> which is not supported on all platforms
59-
if (chip_device_platform != "openiotsdk" && chip_device_platform != "nxp") {
59+
if (chip_device_platform != "openiotsdk" && chip_device_platform != "nxp" &&
60+
chip_device_platform != "efr32") {
6061
test_sources += [ "TestCommissionerDUTVectors.cpp" ]
6162
}
6263

0 commit comments

Comments
 (0)