[PATCH] doxygen: Add groups for related test suites
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Mar 13 12:49:52 UTC 2023
---
cpukit/doxygen/top-level-groups.h | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/cpukit/doxygen/top-level-groups.h b/cpukit/doxygen/top-level-groups.h
index 8a439feee1..25bf8faae2 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 RTEMSTestSuitesPerformance Performance Test Suites
+ *
+ * @ingroup RTEMSTestSuites
+ *
+ * @brief This group contains the test suites related to performance 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.
+ */
--
2.35.3
More information about the devel
mailing list