zephyr/tests/subsys/llext/testcase.yaml
Tom Burdick b7f3182f79 llext: Simple hello world test case
Adds a very simple hello world test case for llext. The loadable
extension is built and then included as a binary array into the test
making it very easy to load, debug, and inspect. The extension is
built using the same toolchain as the base image by default.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-09-29 20:50:38 -04:00

12 lines
231 B
YAML

common:
tags: llext
tests:
llext.simple.arm:
filter: not CONFIG_CPU_HAS_MMU
arch_allow: arm
extra_configs:
- CONFIG_ARM_MPU=n
# Broken platforms
platform_exclude:
- nuvoton_pfm_m487 # See #63167