You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
396 B
28 lines
396 B
/** |
|
|
|
@brief Tests |
|
@defgroup all_tests Tests |
|
@{ |
|
@} |
|
|
|
@defgroup kernel_fatal_tests Fatal Handling |
|
@ingroup all_tests |
|
@{ |
|
@} |
|
|
|
@defgroup kernel_arch_sched_tests Architecture Context Switching / Swap |
|
@ingroup all_tests |
|
@{ |
|
@} |
|
|
|
@defgroup kernel_arch_interrupt_tests Architecture Interrupt Handling |
|
@ingroup all_tests |
|
@{ |
|
@} |
|
|
|
@defgroup kernel_memprotect_tests Memory Protection |
|
@ingroup all_tests |
|
@{ |
|
@} |
|
|
|
*/
|
|
|