This is a feature Ben added so you could use Zephyr's arch layer to bootstrap things like bootloaders without sucking in the whole kernel. And it's worked until now. But we never had a test for it, and I just broke it with the scheduler rework. Add a trivial test just to make sure this continues to link and run. Longer term it would be nice to have some kind of size metric here to guarantee that the feature stays lean and doesn't pull in needless code. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
9 lines
236 B
YAML
9 lines
236 B
YAML
tests:
|
|
kernel.threads.no-multithreading:
|
|
tags: core
|
|
filter: not CONFIG_SMP
|
|
|
|
# Pulls in GPIO by default, which needs missing APIs (why?!), but
|
|
# its headers won't build with GPIO disabled.
|
|
platform_exclude: galileo
|