Skip to content

Commit

Permalink
tests fff_fake_contexts: fix board name
Browse files Browse the repository at this point in the history
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 <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar committed Oct 23, 2024
1 parent b9ec4e5 commit b1610b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/subsys/testsuite/fff_fake_contexts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b1610b8

Please sign in to comment.