zephyr/tests/kernel/fp_sharing/generic/prj.conf
Stephanos Ioannidis b73622dff0 tests: kernel: fp_sharing: Use ztest
This commit converts the `fp_sharing` tests to use the ztest framework.

In addition, this commit also introduces a behavioural change to run
the `pi` unit test separately from the `load_store` unit test, in order
to allow more manageable and diagnosable test execution.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-04-10 11:43:05 +02:00

5 lines
74 B
Plaintext

CONFIG_ZTEST=y
CONFIG_FLOAT=y
CONFIG_FP_SHARING=y
CONFIG_STDOUT_CONSOLE=y