tests: arch: arm: no_multithreading: Limit platforms allowed
When multithreading is off, kernel source files like sem.c (samphore implementation) are not present in the build. Some platforms by default fetch modules or drivers that are using multithreading primitives and because of that fails to compile when multithreading is off. Limit the test to only qemu platforms since test is arch specific. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
f447fa33e3
commit
d34a289503
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ common:
|
|||
tests:
|
||||
arch.arm.no_multithreading:
|
||||
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
||||
platform_exclude: degu_evk
|
||||
platform_allow: qemu_cortex_m0 qemu_cortex_m3 mps2_an385 mps2_an521
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue