zephyr/tests/kernel/mem_protect/stack_random/prj.conf
Enjia Mai 4df4646aa1 tests: kernel: mem_protect: move the stack random test to new ztest
Migrate the testsuite tests/kernel/mem_protect/stack_random to the new
ztest API.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-07-14 10:29:33 +02:00

11 lines
326 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_STACK_POINTER_RANDOM=64
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
# The action of the only case in this test is to spawn higher priority
# threads and assume that they have run synchronously. It can't
# possible run them on the separate CPU.
CONFIG_MP_NUM_CPUS=1