zephyr/tests/kernel/mem_protect/syscalls/testcase.yaml
Andrew Boie cef0748687 userspace: add syscalls test case
Test that we can define our own system calls in application code
and that fault handling works properly.

Additional tests for base system call infrastructure, outside of
specific system calls, go here.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-07-31 07:47:15 -07:00

5 lines
116 B
YAML

tests:
kernel.memory_protection.syscalls:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: core security userspace