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>
5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FLOAT=y
|
|
CONFIG_FP_SHARING=y
|
|
CONFIG_STDOUT_CONSOLE=y
|