tests fff_fake_contexts: fix board name
Use full board name in cmake file. Akin to the fix done in zephyrproject-rtos#80270 zephyrproject-rtos#80270 following the changes from zephyrproject-rtos#77250 In which twister now uses the full board name when calling cmake. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b9ec4e5396
commit
b1610b847d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
if(BOARD STREQUAL unit_testing)
|
||||
if(BOARD STREQUAL unit_testing/unit_testing)
|
||||
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
set(target testbinary)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue