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:
Krzysztof Chruscinski 2021-05-01 07:10:13 +02:00 committed by Ioannis Glaropoulos
commit d34a289503

View file

@ -5,4 +5,4 @@ common:
tests: tests:
arch.arm.no_multithreading: arch.arm.no_multithreading:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
platform_exclude: degu_evk platform_allow: qemu_cortex_m0 qemu_cortex_m3 mps2_an385 mps2_an521