summaryrefslogtreecommitdiff
path: root/src/kernel/tests/tests.h
AgeCommit message (Collapse)Author
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-03kernel: implement memcmpdzwdz
2021-08-03a bad testing frameworkdzwdz