2 depends on KERNEL_TESTING
3 bool "Post-boot kernel tests"
6 Run unit tests after the kernel has booted.
8 config TEST_ipi_sending
9 depends on PB_KTESTS && X86
10 bool "IPI sending test"
13 Run the ipi_sending test
15 config TEST_pic_reception
16 depends on PB_KTESTS && X86
17 bool "PIC reception test"
22 config TEST_lapic_status_bit
23 depends on PB_KTESTS && X86
24 bool "LAPIC status bit test"
27 Run the lapic_status_bit
30 depends on PB_KTESTS && X86
36 config TEST_circ_buffer
37 depends on PB_KTESTS && X86
38 bool "Circular buffer test"
41 Run the circ_buffer test
43 config TEST_kernel_messages
44 depends on PB_KTESTS && X86
45 bool "Kernel messages test"
48 Run the kernel_messages test
50 config TEST_page_coloring
51 depends on PB_KTESTS && PAGE_COLORING
52 bool "Page coloring test"
55 Run the page_coloring test
57 config TEST_color_alloc
58 depends on PB_KTESTS && PAGE_COLORING
59 bool "Color allocation test"
62 Run the color_alloc test
71 config TEST_interrupts_irqsave
73 bool "Interrupts irqsave test"
76 Run the interrupts_irqsave test
85 config TEST_checklists
87 bool "Checklists test"
90 Run the checklists test
92 config TEST_smp_call_functions
94 bool "SMP call functions test"
97 Run the smp_call_functions test
113 config TEST_hashtable
115 bool "Hashtable test"
118 Run the hashtable test
120 config TEST_circular_buffer
122 bool "Circular buffer test"
125 Run the circular buffer test
141 config TEST_vm_regions
143 bool "VM regions test"
146 Run the vm_regions test
148 config TEST_radix_tree
150 bool "Radix Tree test"
153 Run the radix_tree test
155 config TEST_random_fs
157 bool "Random FS test"
160 Run the random_fs test
167 Run the kthreads test
183 config TEST_abort_halt
185 bool "Abort halt test"
188 Run the abort_halt test
192 bool "Condition Variable test"
227 bool "Rendezvous test"
239 config TEST_kmalloc_incref
241 bool "Kmalloc incref"
251 bool "Tests user memory access fault trapping"
256 bool "Tests sort library functions"
259 config TEST_cmdline_parse
261 bool "Tests command line parsing functions"
264 config TEST_percpu_zalloc
266 bool "percpu dynamic zalloc"
269 config TEST_percpu_increment
271 bool "percpu dynamic alloc: increment"