summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-13 13:49:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-14 08:07:25 +0100
commit9bb2f59efef89fd9d23724c89e3e455db5724486 (patch)
tree5b9dc34e2e1382595502791c0e643bd83cddb48d /cpukit/doxygen
parentspsysinit01: Fix sem_open() call (diff)
downloadrtems-9bb2f59efef89fd9d23724c89e3e455db5724486.tar.bz2
doxygen: Add groups for related test suites
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/top-level-groups.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/cpukit/doxygen/top-level-groups.h b/cpukit/doxygen/top-level-groups.h
index 8a439feee1..91a55eef65 100644
--- a/cpukit/doxygen/top-level-groups.h
+++ b/cpukit/doxygen/top-level-groups.h
@@ -63,3 +63,27 @@
*
* @brief This group contains the test suites.
*/
+
+/**
+ * @defgroup RTEMSTestSuitesFilesystem Filesystem Test Suites
+ *
+ * @ingroup RTEMSTestSuites
+ *
+ * @brief This group contains the test suites related to filesystem tests.
+ */
+
+/**
+ * @defgroup RTEMSTestSuitesUnit Unit Test Suites
+ *
+ * @ingroup RTEMSTestSuites
+ *
+ * @brief This group contains the test suites related to unit tests.
+ */
+
+/**
+ * @defgroup RTEMSTestSuitesValidation Validation Test Suites
+ *
+ * @ingroup RTEMSTestSuites
+ *
+ * @brief This group contains the test suites related to validation tests.
+ */