summaryrefslogtreecommitdiff
path: root/src/kernel/tests/base.h
AgeCommit message (Collapse)Author
2022-04-14kernel: port init's `printf` implementationdzwdz
2021-10-02rename kernel/arch/log.h to io.hdzwdz
it's not related to logging but to general io, the old name didn't make sense
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-09rename `log_` to `tty_`, `tty_` to `vga_`dzwdz
2021-08-04rename TEST_IF to TEST_CONDdzwdz
i'll be adding a TEST_STR macro soon, so TEST_COND makes more sense
2021-08-03a bad testing frameworkdzwdz