Skip to content

Commit a30162b

Browse files
wentongwuandrewboie
authored andcommitted
tests: add futex test cases
add futex test cases. Fixes: #14493. Signed-off-by: Wentong Wu <[email protected]>
1 parent 5611e92 commit a30162b

File tree

4 files changed

+448
-0
lines changed

4 files changed

+448
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
cmake_minimum_required(VERSION 3.13.1)
4+
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
5+
project(futex)
6+
7+
FILE(GLOB app_sources src/*.c)
8+
target_sources(app PRIVATE ${app_sources})
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_ZTEST=y
2+
CONFIG_IRQ_OFFLOAD=y
3+
CONFIG_TEST_USERSPACE=y

0 commit comments

Comments
 (0)