Skip to content

Commit c882843

Browse files
committed
Revert "ztest: add userspace tests to base tests"
This reverts commit 395bbb5. Signed-off-by: Anas Nashif <[email protected]>
1 parent 85cc902 commit c882843

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

tests/ztest/base/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ else()
1111
project(base)
1212

1313
target_sources(app PRIVATE src/main.c)
14-
15-
target_sources_ifdef(CONFIG_USERSPACE app PRIVATE src/main_userspace.c)
1614
endif()

tests/ztest/base/src/main_userspace.c

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/ztest/base/testcase.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ tests:
77
tags: test_framework
88
integration_platforms:
99
- native_posix
10-
testing.ztest.base.verbose_0_userspace:
11-
filter: CONFIG_ARCH_HAS_USERSPACE
12-
extra_args: CONF_FILE=prj_verbose_0.conf
13-
tags: test_framework userspace
14-
extra_configs:
15-
- CONFIG_TEST_USERSPACE=y
16-
integration_platforms:
17-
- native_posix
1810
testing.ztest.base.verbose_1:
1911
extra_args: CONF_FILE=prj_verbose_1.conf
2012
tags: test_framework

0 commit comments

Comments
 (0)