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
9ec60774f8
zephyr
/
tests
/
kernel
/
errno
/
prj_newlib.conf
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: kernel: errno: Add Newlib test config. Added because previously, Zephyr used API incompatible with Newlib for errno handling. Even with Newlib compatibility changes, we override the function which is defined in Zephyr SDK libc.a, so makes sense to ensure thsi works as expected. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-05-11 05:26:59 +08:00
CONFIG_NEWLIB_LIBC=y
tests: errno: convert test case to use ztest This patch convert normal test case to use ztest framework APIs and remove unnecessary output. Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-07-25 18:55:46 +08:00
CONFIG_ZTEST=y