2018-04-05 14:39:14 +08:00
|
|
|
CONFIG_ZTEST=y
|
2018-03-02 23:54:13 +08:00
|
|
|
CONFIG_STACK_POINTER_RANDOM=64
|
|
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
2019-02-23 03:45:23 +08:00
|
|
|
|
2019-08-20 23:42:43 +08:00
|
|
|
# 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.
|
2022-10-20 06:54:41 +08:00
|
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|