summaryrefslogtreecommitdiff
path: root/src/kernel/tests/main.c
AgeCommit message (Collapse)Author
2022-08-05move the mount_resolve test to userland, remove the kernel selftestsdzwdz
2022-08-04move the kernel util tests to userlanddzwdz
2021-09-20create a few specialized panic()sdzwdz
thanks to this i can tell which ones are placeholders, and which ones should stay
2021-08-24replace () with (void) in function definitionsdzwdz
`()` means that any amt of arguments will be accepted, which isn't what i want
2021-08-04partial path_simplify implementationdzwdz
it currently only checks if the path is valid, it's the bare minimum needed to write tests
2021-08-03remove the dummy kernel testdzwdz
what's the point, we have real tests now
2021-08-03kernel: implement memcmpdzwdz
2021-08-03a bad testing frameworkdzwdz