zephyr/tests/lib
Stephanos Ioannidis e7617cfdd8 tests: lib: mem_alloc: Fix incorrect newlib variant usage
NEWLIB_LIBC_NANO defaults to y when building with a toolchain that
supports nano.specs and this was causing the libraries.libc.newlib
test to link with the newlib nano variant (libc_nano.a) when it should
be linking with the normal newlib (libc.a).

By setting CONFIG_NEWLIB_LIBC_NANO=n in prj_newlib.conf, we make sure
that the libraries.libc.newlib test links with the normal newlib.

For more details, refer to the issue #21167.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-02-14 10:52:53 -06:00
..
c_lib libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
fdtable tests: fdtable: check for negative fd 2019-12-02 07:32:41 -05:00
gui/lvgl tests/lib/gui/lvgl: use littlefs 2020-01-21 15:32:47 +01:00
json tests: updated names for the tests 2019-10-23 23:15:41 -04:00
mem_alloc tests: lib: mem_alloc: Fix incorrect newlib variant usage 2020-02-14 10:52:53 -06:00
onoff tests: lib: os: onoff: address Coverity complaint 2020-02-08 08:40:28 -05:00
ringbuffer cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
sprintf tests: remove duplicate names for the libraries tests 2019-10-24 06:27:30 -04:00