This test relies on one thread interrupting another to exercize the FPU sharing. On SMP those threads get one CPU each with no sharing of their FPU making the test rather pointless. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FPU=y
|
|
CONFIG_FPU_SHARING=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
CONFIG_MAIN_STACK_SIZE=1024
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|