Browse Source

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>
pull/88182/merge
Anas Nashif 3 months ago committed by Benjamin Cabé
parent
commit
29b1131f66
  1. 10
      doc/_doxygen/groups.dox
  2. 18
      tests/tests.dox

10
doc/_doxygen/groups.dox

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

18
tests/tests.dox

@ -0,0 +1,18 @@ @@ -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
@{
@}
*/
Loading…
Cancel
Save