Christopher Friedt
e08f84ab0b
tests: lib: c_libc: tests for strerror, strerror_r
...
Add tests for strerror() and strerror_r()
Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-07-04 22:53:36 +02:00
Keith Packard
7da1fca3d4
tests/c_lib: Let picolibc pick a malloc heap size
...
Now that picolibc's malloc arena configuration always allocates
some space, we don't need explicit allocations for tests.
Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-30 10:33:24 +02:00
Keith Packard
d0a788669e
tests: Add picolibc tests
...
This adds picolibc-specific configurations for a couple of tests
Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-22 13:15:55 +02:00
shixiongx zhang
84d23fd82f
Tests: libc: Improve code coverage
...
Add test cases for libc module APIs.
Signed-off-by: shixiongx zhang <shixiongx.zhang@intel.com>
2021-03-25 14:06:36 +01:00
Anas Nashif
4192a24f8c
tests: lib: use meaningful test names
...
Use proper test names instead of relying on path name where the test is
located.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-02-18 09:16:40 -05:00
Anas Nashif
5783775584
tests: move c lib test to lib/
...
This is not a kernel test, move it to where it belongs under lib/
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-02-18 09:16:40 -05:00