summaryrefslogtreecommitdiff
path: root/src/init/tests/main.h
AgeCommit message (Collapse)Author
2022-07-11user: reorganize the userland sourcesdzwdz
2022-07-10init/lib: implement "evil semaphores"dzwdz
I started implementing native semaphores in the kernel, but then I've realized that I can implement them in userland using pipes. Thus, this hot garbage was born.
2022-07-09init/test: mostly clean up the existing testsdzwdz
2022-07-06kernel/pipes: read & write supportdzwdz
2021-10-15init/tests: make the test(s) staticdzwdz
2021-10-15init/tests: remove test_fs, as it doesn't even test anythingdzwdz
2021-10-15init: only run tests when prompted from the shelldzwdz
2021-10-15init: move the tests to their own directorydzwdz