summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2017-07-05tried to fix libc tests, currently they draw in too many dependenciesAndreas Baumann
and don't link. We have to separate libc better from the rest of the kernel code (kernel_panic, libc library initializers)
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
started to add I/O port code for VGA data and select ports