File tree 5 files changed +5
-5
lines changed
src/test_driver/nrfconnect
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ endif()
196
196
197
197
if (BOARD STREQUAL "native_posix" )
198
198
matter_add_gn_arg_string("target_cpu" "x86" )
199
- elseif (BOARD STREQUAL "native_posix_64 " )
199
+ elseif (BOARD STREQUAL "native_posix/native/64 " )
200
200
matter_add_gn_arg_string("target_cpu" "x64" )
201
201
endif ()
202
202
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ endif()
132
132
133
133
# if (BOARD STREQUAL "native_posix")
134
134
# matter_add_gn_arg_string("target_cpu" "x86")
135
- # elseif (BOARD STREQUAL "native_posix_64 ")
135
+ # elseif (BOARD STREQUAL "native_posix/native/64 ")
136
136
# matter_add_gn_arg_string("target_cpu" "x64")
137
137
# endif()
138
138
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if(CONFIG_CHIP)
110
110
111
111
if (BOARD STREQUAL "native_posix" )
112
112
matter_add_gn_arg_string("target_cpu" "x86" )
113
- elseif (BOARD STREQUAL "native_posix_64 " )
113
+ elseif (BOARD STREQUAL "native_posix/native/64 " )
114
114
matter_add_gn_arg_string("target_cpu" "x64" )
115
115
endif ()
116
116
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def GnArgName(self):
128
128
elif self == NrfBoard .NRF5340DK :
129
129
return 'nrf5340dk_nrf5340_cpuapp'
130
130
elif self == NrfBoard .NATIVE_POSIX_64 :
131
- return 'native_posix_64 '
131
+ return 'native_posix/native/64 '
132
132
else :
133
133
raise Exception ('Unknown board type: %r' % self )
134
134
Original file line number Diff line number Diff line change 18
18
# @file
19
19
# CMake project for building and running selected CHIP unit tests using
20
20
# 'nrfconnect' platform integration layer in CHIP and Zephyr
21
- # 'native_posix[_64 ]' platforms. Note that certain design decisions behind
21
+ # 'native_posix[/native/64 ]' platforms. Note that certain design decisions behind
22
22
# the native_posix platforms make them inapplicable for some unit tests,
23
23
# hence only a subset of CHIP unit tests is listed in the project.
24
24
# See: https://docs.zephyrproject.org/1.12.0/boards/posix/native_posix/doc/board.html
You can’t perform that action at this time.
0 commit comments