9 lines
180 B
C
9 lines
180 B
C
|
|
#include <socks/init.h>
|
||
|
|
#include <socks/printk.h>
|
||
|
|
|
||
|
|
int run_all_tests(void)
|
||
|
|
{
|
||
|
|
printk("############ RUNNING KERNEL TESTS ############");
|
||
|
|
return start_initlevel(INITLEVEL_TESTS);
|
||
|
|
}
|