We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd1f6 commit 39917aeCopy full SHA for 39917ae
tests/ztest/zexpect/CMakeLists.txt
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
cmake_minimum_required(VERSION 3.20.0)
4
-if(BOARD STREQUAL unit_testing)
+if(BOARD STREQUAL unit_testing/unit_testing)
5
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
6
project(base)
7
0 commit comments