doc: Create dox file for tests

Create top level doxygen groups to be used by tests and move to
dedidcated dox file for tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-04-21 06:56:03 -04:00 committed by Benjamin Cabé
commit 29b1131f66
2 changed files with 18 additions and 10 deletions

View file

@ -85,14 +85,4 @@
@{
@}
@brief Tests
@defgroup all_tests Tests
@{
@}
@defgroup kernel_memprotect_tests Memory Protection
@ingroup all_tests
@{
@}
*/

18
tests/tests.dox Normal file
View file

@ -0,0 +1,18 @@
/**
@brief Tests
@defgroup all_tests Tests
@{
@}
@defgroup kernel_fatal_tests Fatal Handling
@ingroup all_tests
@{
@}
@defgroup kernel_memprotect_tests Memory Protection
@ingroup all_tests
@{
@}
*/