kernel: implement initcalls and a testing system
This commit is contained in:
8
test/test.c
Normal file
8
test/test.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <socks/init.h>
|
||||
#include <socks/printk.h>
|
||||
|
||||
int run_all_tests(void)
|
||||
{
|
||||
printk("############ RUNNING KERNEL TESTS ############");
|
||||
return start_initlevel(INITLEVEL_TESTS);
|
||||
}
|
||||
Reference in New Issue
Block a user