zephyr/tests/tests.dox
Anas Nashif e5f841c183 tests: kernel/arch: various doxygen fixes
Group test using doxygen and other doxygen fixups.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-04-22 14:03:29 +02:00

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
@{
@}
*/