Skip to content

Commit

Permalink
tests: ztest: fix board name
Browse files Browse the repository at this point in the history
Use full board name in cmake file.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Oct 23, 2024
1 parent 5cbd1f6 commit 39917ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ztest/zexpect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,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})
project(base)

Expand Down

0 comments on commit 39917ae

Please sign in to comment.