File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ static_library("credentials") {
108
108
# is changed to generate it's own credentials instead of using Test credentials.
109
109
# For some platforms test builds, which are bilding monolithic test library these files are not needed.
110
110
import (" ${ chip_root } /build/chip/tests.gni" )
111
- if (! ( chip_build_tests && (chip_device_platform == " mbed" ||
112
- chip_device_platform == " openiotsdk" ||
113
- chip_device_platform == " nrfconnect" ||
114
- chip_device_platform == " esp32" ) )) {
111
+ if (chip_build_tests && ! (chip_device_platform == " mbed" ||
112
+ chip_device_platform == " openiotsdk" ||
113
+ chip_device_platform == " nrfconnect" ||
114
+ chip_device_platform == " esp32" )) {
115
115
sources += [
116
116
" tests/CHIPAttCert_test_vectors.cpp" ,
117
117
" tests/CHIPAttCert_test_vectors.h" ,
You can’t perform that action at this time.
0 commit comments