This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
3230a85590
zephyr
/
tests
/
kernel
/
fp_sharing
/
generic
/
prj.conf
5 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-03-29 21:46:32 +08:00
CONFIG_ZTEST=y
tests: kernel: import floating point sharing tests to unified This is the microkernel version of the FPU sharing test from legacy modified to use unified APIs directly. Jira: ZEP-932 Change-Id: I133a1466ea75201a97c2f8b83c3586fea0a19447 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-28 03:05:44 +08:00
CONFIG_FLOAT=y
CONFIG_FP_SHARING=y
CONFIG_STDOUT_CONSOLE=y