Migrate the testsuite tests/kernel/mp to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
8 lines
199 B
Plaintext
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
|