mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:21:57 +00:00
Group test using doxygen and other doxygen fixups. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
29 lines
396 B
Plaintext
29 lines
396 B
Plaintext
/**
|
|
|
|
@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
|
|
@{
|
|
@}
|
|
|
|
*/
|