Lines Matching full:framework
29 .Nd A kernel testing framework
44 If so, then the kernel test framework is just what you are looking for.
47 There are two components to the system: the test framework and your test.
52 The test you write should have a dependency on the test framework.
57 The framework itself is in
58 .Pa sys/tests/framework/kern_testfrwk.c .
61 The idea is pretty simple; you load the test framework and then load your test.
63 When your test loads, you register your tests with the kernel test framework.
86 int tot_threads_running; /* Private to framework */
99 The framework will start the requested number of kernel threads, all running
103 it is private to the framework.
104 As the framework calls each of your tests, it will set the
187 You should not need to change the framework.
190 The kernel test framework was written by