Skip to content

Commit 39917ae

Browse files
committed
tests: ztest: fix board name
Use full board name in cmake file. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5cbd1f6 commit 39917ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ztest/zexpect/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)