1/**
2
3@brief Tests
4@defgroup all_tests Tests
5@{
6@}
7
8@defgroup kernel_fatal_tests Fatal Handling
9@ingroup all_tests
10@{
11@}
12
13@defgroup kernel_arch_sched_tests Architecture Context Switching / Swap
14@ingroup all_tests
15@{
16@}
17
18@defgroup kernel_arch_interrupt_tests Architecture Interrupt Handling
19@ingroup all_tests
20@{
21@}
22
23@defgroup kernel_memprotect_tests Memory Protection
24@ingroup all_tests
25@{
26@}
27
28*/
29