Skip to content
Commit b2bce215 authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

ztest: add user thread support



We add macros to define test cases that should be run with the CPU
in user mode, if the CPU supports it.

ztest_test_suite() declarations are now static as they can't go on
the main thread stack; the data gets shared between multiple threads.
It's better here anyway as a large test suite could fill up the main
stack, which is by default reduced to 512 bytes.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 47f8fd1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment