kernel: implement initcalls and a testing system
This commit is contained in:
6
include/socks/test.h
Normal file
6
include/socks/test.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef SOCKS_TEST_H_
|
||||
#define SOCKS_TEST_H_
|
||||
|
||||
extern int run_all_tests(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user