Skip to content

Commit b1610b8

Browse files
committed
tests fff_fake_contexts: fix board name
Use full board name in cmake file. Akin to the fix done in #80270 #80270 following the changes from #77250 In which twister now uses the full board name when calling cmake. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent b9ec4e5 commit b1610b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/testsuite/fff_fake_contexts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
cmake_minimum_required(VERSION 3.20.0)
5-
if(BOARD STREQUAL unit_testing)
5+
if(BOARD STREQUAL unit_testing/unit_testing)
66
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
77
set(target testbinary)
88
else()

0 commit comments

Comments
 (0)