[rtems commit] doxygen: Add test files to groups

Sebastian Huber sebh at rtems.org
Fri Mar 17 07:30:28 UTC 2023


Module:    rtems
Branch:    master
Commit:    45234f58e52e08aede335f0f57109e78677da160
Changeset: http://git.rtems.org/rtems/commit/?id=45234f58e52e08aede335f0f57109e78677da160

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 16 11:43:11 2023 +0100

doxygen: Add test files to groups

---

 testsuites/unit/tc-misaligned-builtin-memcpy.c | 6 ++++++
 testsuites/validation/ts-acfg.h                | 2 ++
 testsuites/validation/ts-default.h             | 2 ++
 testsuites/validation/ts-fatal-sysinit.h       | 2 ++
 testsuites/validation/ts-idle.h                | 2 ++
 5 files changed, 14 insertions(+)

diff --git a/testsuites/unit/tc-misaligned-builtin-memcpy.c b/testsuites/unit/tc-misaligned-builtin-memcpy.c
index 2021a68551..9d079b4341 100644
--- a/testsuites/unit/tc-misaligned-builtin-memcpy.c
+++ b/testsuites/unit/tc-misaligned-builtin-memcpy.c
@@ -1,5 +1,11 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
+/**
+ * @file
+ *
+ * @ingroup TestsuitesUnitNoClock0
+ */
+
 /*
  * Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
  *
diff --git a/testsuites/validation/ts-acfg.h b/testsuites/validation/ts-acfg.h
index 3ee9951ebd..0c02369794 100644
--- a/testsuites/validation/ts-acfg.h
+++ b/testsuites/validation/ts-acfg.h
@@ -3,6 +3,8 @@
 /**
  * @file
  *
+ * @ingroup RTEMSTestSuitesValidation
+ *
  * @brief This header file provides a validation test suite runner for
  *    validation test cases specific to the application configuration.
  */
diff --git a/testsuites/validation/ts-default.h b/testsuites/validation/ts-default.h
index be26055c8b..7aeb073459 100644
--- a/testsuites/validation/ts-default.h
+++ b/testsuites/validation/ts-default.h
@@ -3,6 +3,8 @@
 /**
  * @file
  *
+ * @ingroup RTEMSTestSuitesValidation
+ *
  * @brief This header file provides the default validation test suite runner
  *   and application configuration.
  */
diff --git a/testsuites/validation/ts-fatal-sysinit.h b/testsuites/validation/ts-fatal-sysinit.h
index 7a2f86ecca..61ba206f0b 100644
--- a/testsuites/validation/ts-fatal-sysinit.h
+++ b/testsuites/validation/ts-fatal-sysinit.h
@@ -3,6 +3,8 @@
 /**
  * @file
  *
+ * @ingroup RTEMSTestSuitesValidation
+ *
  * @brief This header file provides a configurable validation test suite runner
  *   and application configuration for fatal error tests which occur during
  *   system initialization.
diff --git a/testsuites/validation/ts-idle.h b/testsuites/validation/ts-idle.h
index 04feaa096d..a6aa5804fe 100644
--- a/testsuites/validation/ts-idle.h
+++ b/testsuites/validation/ts-idle.h
@@ -3,6 +3,8 @@
 /**
  * @file
  *
+ * @ingroup RTEMSTestSuitesValidation
+ *
  * @brief This header file provides a configurable validation test suite runner
  *   and application configuration for tests which should run within an idle
  *   task without a user initialization task.



More information about the vc mailing list