zephyr/tests/kernel/mp/prj.conf
Enjia Mai fd1cd21aff tests: kernel: move the multiprocessing test to new ztest
Migrate the testsuite tests/kernel/mp to the new ztest API.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-11 12:19:59 +02:00

8 lines
199 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_SMP=n
# Must have this on where available, otherwise the linker will place
# the shared variables in cached/incoherent memory.
CONFIG_KERNEL_COHERENCE=y