Skip to content

Commit b9ec4e5

Browse files
committed
tests: ztest base: 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 39917ae commit b9ec4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ztest/base/CMakeLists.txt

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

33
cmake_minimum_required(VERSION 3.20.0)
4-
if(BOARD STREQUAL unit_testing)
4+
if(BOARD STREQUAL unit_testing/unit_testing)
55
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(base)
77

0 commit comments

Comments
 (0)