summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-07-14some linkage tweaking, the kernel is not linked against libssp (whichAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-13added an exit functionAndreas Baumann
2017-07-13forgot to add test_malloc.cAndreas Baumann
2017-07-13added a simple test for malloc/freeAndreas Baumann
2017-07-13separated C library implementations with an OS_ABAOS define (for now),Andreas Baumann
2017-07-05tried to fix libc tests, currently they draw in too many dependenciesAndreas Baumann
2017-07-01added a strlcatAndreas Baumann
2017-06-10also moved tests into tests/libcAndreas Baumann
2017-05-12some testing of atoi, added a limits.hAndreas Baumann
2017-05-12added a itoaAndreas Baumann
2017-05-11added strlcpy (and a host test for it)Andreas Baumann