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 06eb489 commit 6d53606Copy full SHA for 6d53606
tests/kernel/condvar/condvar_api/CMakeLists.txt
@@ -0,0 +1,8 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+
3
+cmake_minimum_required(VERSION 3.13.1)
4
+find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5
+project(condvar)
6
7
+FILE(GLOB app_sources src/*.c)
8
+target_sources(app PRIVATE ${app_sources})
tests/kernel/condvar/condvar_api/prj.conf
@@ -0,0 +1,5 @@
+CONFIG_ZTEST=y
+CONFIG_IRQ_OFFLOAD=y
+CONFIG_TEST_USERSPACE=y
+CONFIG_MP_NUM_CPUS=1
+CONFIG_ZTEST_FATAL_HOOK=y
0 commit comments