summaryrefslogtreecommitdiffstats
path: root/testsuites/validation
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 /testsuites/validation
parentspsysinit01: Fix sem_open() call (diff)
downloadrtems-9bb2f59efef89fd9d23724c89e3e455db5724486.tar.bz2
doxygen: Add groups for related test suites
Diffstat (limited to 'testsuites/validation')
-rw-r--r--testsuites/validation/ts-config.h4
-rw-r--r--testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c2
-rw-r--r--testsuites/validation/ts-fatal-idle-thread-create-failed.c2
-rw-r--r--testsuites/validation/ts-fatal-idle-thread-stack-too-small.c2
-rw-r--r--testsuites/validation/ts-fatal-init-task-construct-failed.c2
-rw-r--r--testsuites/validation/ts-fatal-mandatory-processor-not-present.c2
-rw-r--r--testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c2
-rw-r--r--testsuites/validation/ts-fatal-smp.c2
-rw-r--r--testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c2
-rw-r--r--testsuites/validation/ts-fatal-start-on-not-online-processor.c2
-rw-r--r--testsuites/validation/ts-fatal-too-large-tls-size.c2
-rw-r--r--testsuites/validation/ts-performance-no-clock-0.c2
-rw-r--r--testsuites/validation/ts-terminate.c2
-rw-r--r--testsuites/validation/ts-userext.c2
-rw-r--r--testsuites/validation/ts-validation-0.c2
-rw-r--r--testsuites/validation/ts-validation-1.c2
-rw-r--r--testsuites/validation/ts-validation-acfg-0.c2
-rw-r--r--testsuites/validation/ts-validation-acfg-1.c2
-rw-r--r--testsuites/validation/ts-validation-cache.c2
-rw-r--r--testsuites/validation/ts-validation-intr.c2
-rw-r--r--testsuites/validation/ts-validation-io-kernel.c2
-rw-r--r--testsuites/validation/ts-validation-no-clock-0.c2
-rw-r--r--testsuites/validation/ts-validation-non-smp.c2
-rw-r--r--testsuites/validation/ts-validation-one-cpu-0.c2
-rw-r--r--testsuites/validation/ts-validation-one-cpu-1.c2
-rw-r--r--testsuites/validation/ts-validation-smp-one-cpu-0.c2
-rw-r--r--testsuites/validation/ts-validation-smp-only-0.c2
-rw-r--r--testsuites/validation/ts-validation-smp-only-2.c2
-rw-r--r--testsuites/validation/ts-validation-timecounter-0.c2
-rw-r--r--testsuites/validation/ts-validation-timecounter-1.c2
-rw-r--r--testsuites/validation/ts-validation-timecounter-smp-0.c2
-rw-r--r--testsuites/validation/ts-validation-tls-0.c2
-rw-r--r--testsuites/validation/ts-validation-tls-1.c2
-rw-r--r--testsuites/validation/tx-call-within-isr.c2
-rw-r--r--testsuites/validation/tx-default-task-config.c2
-rw-r--r--testsuites/validation/tx-interrupt.c2
-rw-r--r--testsuites/validation/tx-io-relax.c2
-rw-r--r--testsuites/validation/tx-memory-alloc.c2
-rw-r--r--testsuites/validation/tx-preemption-intervention.c2
-rw-r--r--testsuites/validation/tx-support.c2
-rw-r--r--testsuites/validation/tx-support.h4
-rw-r--r--testsuites/validation/tx-thread-queue.c2
-rw-r--r--testsuites/validation/tx-thread-queue.h4
-rw-r--r--testsuites/validation/tx-timecounter.c2
-rw-r--r--testsuites/validation/tx-timer-server.c2
-rw-r--r--testsuites/validation/tx-wrap-thread-queue.c2
46 files changed, 49 insertions, 49 deletions
diff --git a/testsuites/validation/ts-config.h b/testsuites/validation/ts-config.h
index fbd62ac6b5..b12784cdd6 100644
--- a/testsuites/validation/ts-config.h
+++ b/testsuites/validation/ts-config.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This header file provides the constants used by the test suite
* configuration.
@@ -44,7 +44,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuites
+ * @addtogroup RTEMSTestSuitesValdation
*
* @{
*/
diff --git a/testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c b/testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c
index dd1bae545c..51dd22fc1d 100644
--- a/testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c
+++ b/testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c
@@ -61,7 +61,7 @@
* @defgroup TestsuitesFatalBootProcessorNotAssignedToScheduler \
* spec:/testsuites/fatal-boot-processor-not-assigned-to-scheduler
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite uses an application configuration which
* triggers a fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-idle-thread-create-failed.c b/testsuites/validation/ts-fatal-idle-thread-create-failed.c
index d09a8aeaf9..1bbf06df00 100644
--- a/testsuites/validation/ts-fatal-idle-thread-create-failed.c
+++ b/testsuites/validation/ts-fatal-idle-thread-create-failed.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesFatalIdleThreadCreateFailed \
* spec:/testsuites/fatal-idle-thread-create-failed
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which is triggered by
* a fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c b/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
index f0689b286e..b5dd10c960 100644
--- a/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
+++ b/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesFatalIdleThreadStackTooSmall \
* spec:/testsuites/fatal-idle-thread-stack-too-small
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-init-task-construct-failed.c b/testsuites/validation/ts-fatal-init-task-construct-failed.c
index c7ac50adc6..a2a1c8668e 100644
--- a/testsuites/validation/ts-fatal-init-task-construct-failed.c
+++ b/testsuites/validation/ts-fatal-init-task-construct-failed.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesFatalInitTaskConstructFailed \
* spec:/testsuites/fatal-init-task-construct-failed
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-mandatory-processor-not-present.c b/testsuites/validation/ts-fatal-mandatory-processor-not-present.c
index c4a4f84b40..855b67a7d6 100644
--- a/testsuites/validation/ts-fatal-mandatory-processor-not-present.c
+++ b/testsuites/validation/ts-fatal-mandatory-processor-not-present.c
@@ -61,7 +61,7 @@
* @defgroup TestsuitesFatalMandatoryProcessorNotPresent \
* spec:/testsuites/fatal-mandatory-processor-not-present
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c b/testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c
index 590af0249f..fe86e34bd0 100644
--- a/testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c
+++ b/testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c
@@ -61,7 +61,7 @@
* @defgroup TestsuitesFatalSchedulerRequiresExactlyOneProcessor \
* spec:/testsuites/fatal-scheduler-requires-exactly-one-processor
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite uses an application configuration which
* triggers a fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-smp.c b/testsuites/validation/ts-fatal-smp.c
index 8f4c20b0d8..d1455a5148 100644
--- a/testsuites/validation/ts-fatal-smp.c
+++ b/testsuites/validation/ts-fatal-smp.c
@@ -60,7 +60,7 @@
/**
* @defgroup TestsuitesFatalSmp spec:/testsuites/fatal-smp
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers
* SMP-specific fatal errors.
diff --git a/testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c b/testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c
index b65afae5c2..38ee0f180d 100644
--- a/testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c
+++ b/testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c
@@ -61,7 +61,7 @@
* @defgroup TestsuitesFatalStartOfMandatoryProcessorFailed \
* spec:/testsuites/fatal-start-of-mandatory-processor-failed
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-start-on-not-online-processor.c b/testsuites/validation/ts-fatal-start-on-not-online-processor.c
index 1630952234..765ae2d8d8 100644
--- a/testsuites/validation/ts-fatal-start-on-not-online-processor.c
+++ b/testsuites/validation/ts-fatal-start-on-not-online-processor.c
@@ -61,7 +61,7 @@
* @defgroup TestsuitesFatalStartOnNotOnlineProcessor \
* spec:/testsuites/fatal-start-on-not-online-processor
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-fatal-too-large-tls-size.c b/testsuites/validation/ts-fatal-too-large-tls-size.c
index 7b3e06f92a..3687f9a234 100644
--- a/testsuites/validation/ts-fatal-too-large-tls-size.c
+++ b/testsuites/validation/ts-fatal-too-large-tls-size.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesFatalTooLargeTlsSize \
* spec:/testsuites/fatal-too-large-tls-size
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
diff --git a/testsuites/validation/ts-performance-no-clock-0.c b/testsuites/validation/ts-performance-no-clock-0.c
index ecff6395ab..2a14213b03 100644
--- a/testsuites/validation/ts-performance-no-clock-0.c
+++ b/testsuites/validation/ts-performance-no-clock-0.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesPerformanceNoClock0 \
* spec:/testsuites/performance-no-clock-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose performance test suite provides enough resources
* to run basic performance tests for all specified managers and functions.
diff --git a/testsuites/validation/ts-terminate.c b/testsuites/validation/ts-terminate.c
index 95a6fed64c..dc9c953472 100644
--- a/testsuites/validation/ts-terminate.c
+++ b/testsuites/validation/ts-terminate.c
@@ -59,7 +59,7 @@
/**
* @defgroup TestsuitesTerminate spec:/testsuites/terminate
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case for the system
* termination procedure.
diff --git a/testsuites/validation/ts-userext.c b/testsuites/validation/ts-userext.c
index 7d2c190cb1..595f37a2a6 100644
--- a/testsuites/validation/ts-userext.c
+++ b/testsuites/validation/ts-userext.c
@@ -59,7 +59,7 @@
/**
* @defgroup TestsuitesUserext spec:/testsuites/userext
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test cases related to the
* invocation of user extensions.
diff --git a/testsuites/validation/ts-validation-0.c b/testsuites/validation/ts-validation-0.c
index dda79c4427..cca15c7c6d 100644
--- a/testsuites/validation/ts-validation-0.c
+++ b/testsuites/validation/ts-validation-0.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidation0 spec:/testsuites/validation-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests for all specified managers and functions.
diff --git a/testsuites/validation/ts-validation-1.c b/testsuites/validation/ts-validation-1.c
index f1a67e16a3..0ded0a18be 100644
--- a/testsuites/validation/ts-validation-1.c
+++ b/testsuites/validation/ts-validation-1.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidation1 spec:/testsuites/validation-1
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests for all specified managers and functions.
diff --git a/testsuites/validation/ts-validation-acfg-0.c b/testsuites/validation/ts-validation-acfg-0.c
index 9fe6793231..3c033bbecb 100644
--- a/testsuites/validation/ts-validation-acfg-0.c
+++ b/testsuites/validation/ts-validation-acfg-0.c
@@ -60,7 +60,7 @@
/**
* @defgroup TestsuitesValidationAcfg0 spec:/testsuites/validation-acfg-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite is used to validate the default value of
* application configuration options taking the optional BSP provided
diff --git a/testsuites/validation/ts-validation-acfg-1.c b/testsuites/validation/ts-validation-acfg-1.c
index 2696d789be..92c2e90f83 100644
--- a/testsuites/validation/ts-validation-acfg-1.c
+++ b/testsuites/validation/ts-validation-acfg-1.c
@@ -61,7 +61,7 @@
/**
* @defgroup TestsuitesValidationAcfg1 spec:/testsuites/validation-acfg-1
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite is used to validate the default value of
* application configuration options where all optional BSP provided settings
diff --git a/testsuites/validation/ts-validation-cache.c b/testsuites/validation/ts-validation-cache.c
index 352341ed80..1ea4130597 100644
--- a/testsuites/validation/ts-validation-cache.c
+++ b/testsuites/validation/ts-validation-cache.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationCache spec:/testsuites/validation-cache
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite provides enough resources to run tests for
* the directives of the @ref RTEMSAPIClassicCache.
diff --git a/testsuites/validation/ts-validation-intr.c b/testsuites/validation/ts-validation-intr.c
index 10bb19a840..4b1074fc4a 100644
--- a/testsuites/validation/ts-validation-intr.c
+++ b/testsuites/validation/ts-validation-intr.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationIntr spec:/testsuites/validation-intr
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite provides enough resources to run tests for
* the interrupt controller related directives of the @ref
diff --git a/testsuites/validation/ts-validation-io-kernel.c b/testsuites/validation/ts-validation-io-kernel.c
index 84ba9ef441..6153e8ab18 100644
--- a/testsuites/validation/ts-validation-io-kernel.c
+++ b/testsuites/validation/ts-validation-io-kernel.c
@@ -64,7 +64,7 @@
/**
* @defgroup TestsuitesValidationIoKernel spec:/testsuites/validation-io-kernel
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains test cases which test the kernel
* character input/output device provided by the BSP before the system
diff --git a/testsuites/validation/ts-validation-no-clock-0.c b/testsuites/validation/ts-validation-no-clock-0.c
index 820dadcd25..b6e5989727 100644
--- a/testsuites/validation/ts-validation-no-clock-0.c
+++ b/testsuites/validation/ts-validation-no-clock-0.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationNoClock0 \
* spec:/testsuites/validation-no-clock-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests without a Clock Driver for all specified managers and
diff --git a/testsuites/validation/ts-validation-non-smp.c b/testsuites/validation/ts-validation-non-smp.c
index 9a4a9061ae..9c26d9b286 100644
--- a/testsuites/validation/ts-validation-non-smp.c
+++ b/testsuites/validation/ts-validation-non-smp.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationNonSmp spec:/testsuites/validation-non-smp
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This test suite for non-SMP test cases provides enough resources to
* run basic tests for all specified managers and functions.
diff --git a/testsuites/validation/ts-validation-one-cpu-0.c b/testsuites/validation/ts-validation-one-cpu-0.c
index f45e8a4905..8956b66732 100644
--- a/testsuites/validation/ts-validation-one-cpu-0.c
+++ b/testsuites/validation/ts-validation-one-cpu-0.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationOneCpu0 spec:/testsuites/validation-one-cpu-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests with exactly one processor and without a Clock Driver.
diff --git a/testsuites/validation/ts-validation-one-cpu-1.c b/testsuites/validation/ts-validation-one-cpu-1.c
index 39852cc510..953f067037 100644
--- a/testsuites/validation/ts-validation-one-cpu-1.c
+++ b/testsuites/validation/ts-validation-one-cpu-1.c
@@ -59,7 +59,7 @@
/**
* @defgroup TestsuitesValidationOneCpu1 spec:/testsuites/validation-one-cpu-1
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests with exactly one processor and without a Clock Driver.
diff --git a/testsuites/validation/ts-validation-smp-one-cpu-0.c b/testsuites/validation/ts-validation-smp-one-cpu-0.c
index a52477b507..ddd47bfee2 100644
--- a/testsuites/validation/ts-validation-smp-one-cpu-0.c
+++ b/testsuites/validation/ts-validation-smp-one-cpu-0.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationSmpOneCpu0 \
* spec:/testsuites/validation-smp-one-cpu-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This general purpose validation test suite provides enough resources
* to run basic tests for all specified managers and functions in a
diff --git a/testsuites/validation/ts-validation-smp-only-0.c b/testsuites/validation/ts-validation-smp-only-0.c
index 5f65ac7af1..e4eaa3cf0c 100644
--- a/testsuites/validation/ts-validation-smp-only-0.c
+++ b/testsuites/validation/ts-validation-smp-only-0.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationSmpOnly0 \
* spec:/testsuites/validation-smp-only-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This test suite for SMP-only test cases provides enough resources to
* run basic tests for all specified managers and functions.
diff --git a/testsuites/validation/ts-validation-smp-only-2.c b/testsuites/validation/ts-validation-smp-only-2.c
index e8897adfaf..0e1b0c1310 100644
--- a/testsuites/validation/ts-validation-smp-only-2.c
+++ b/testsuites/validation/ts-validation-smp-only-2.c
@@ -60,7 +60,7 @@
* @defgroup TestsuitesValidationSmpOnly2 \
* spec:/testsuites/validation-smp-only-2
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This SMP-only test suite validates the clustered scheduler
* configuration through an application configuration with a processor
diff --git a/testsuites/validation/ts-validation-timecounter-0.c b/testsuites/validation/ts-validation-timecounter-0.c
index 3ce34342fb..07e638160a 100644
--- a/testsuites/validation/ts-validation-timecounter-0.c
+++ b/testsuites/validation/ts-validation-timecounter-0.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationTimecounter0 \
* spec:/testsuites/validation-timecounter-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite is intended test cases related to the
* installation of timecouters. The Clock Driver is disabled.
diff --git a/testsuites/validation/ts-validation-timecounter-1.c b/testsuites/validation/ts-validation-timecounter-1.c
index 80440d2e07..aa5873bdb8 100644
--- a/testsuites/validation/ts-validation-timecounter-1.c
+++ b/testsuites/validation/ts-validation-timecounter-1.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationTimecounter1 \
* spec:/testsuites/validation-timecounter-1
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite is intended test cases related to the use
* of timecouters. The Clock Driver is enabled.
diff --git a/testsuites/validation/ts-validation-timecounter-smp-0.c b/testsuites/validation/ts-validation-timecounter-smp-0.c
index 3c2b3c218c..aef567ab6a 100644
--- a/testsuites/validation/ts-validation-timecounter-smp-0.c
+++ b/testsuites/validation/ts-validation-timecounter-smp-0.c
@@ -58,7 +58,7 @@
* @defgroup TestsuitesValidationTimecounterSmp0 \
* spec:/testsuites/validation-timecounter-smp-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite is intended test cases related to the use
* of timecouters. The Clock Driver is disabled.
diff --git a/testsuites/validation/ts-validation-tls-0.c b/testsuites/validation/ts-validation-tls-0.c
index 463a460f2e..1016bfccb4 100644
--- a/testsuites/validation/ts-validation-tls-0.c
+++ b/testsuites/validation/ts-validation-tls-0.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationTls0 spec:/testsuites/validation-tls-0
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains test cases related to the
* thread-local storage support.
diff --git a/testsuites/validation/ts-validation-tls-1.c b/testsuites/validation/ts-validation-tls-1.c
index 6a4dbf587b..ea46c4f20e 100644
--- a/testsuites/validation/ts-validation-tls-1.c
+++ b/testsuites/validation/ts-validation-tls-1.c
@@ -57,7 +57,7 @@
/**
* @defgroup TestsuitesValidationTls1 spec:/testsuites/validation-tls-1
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains test cases related to the
* thread-local storage support.
diff --git a/testsuites/validation/tx-call-within-isr.c b/testsuites/validation/tx-call-within-isr.c
index 91560b70b0..1765c5d122 100644
--- a/testsuites/validation/tx-call-within-isr.c
+++ b/testsuites/validation/tx-call-within-isr.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of CallWithinISRClear(),
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
diff --git a/testsuites/validation/tx-default-task-config.c b/testsuites/validation/tx-default-task-config.c
index 59a0fd0ed3..063dbdc3ff 100644
--- a/testsuites/validation/tx-default-task-config.c
+++ b/testsuites/validation/tx-default-task-config.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the definition of ::DefaultTaskConfig.
*/
diff --git a/testsuites/validation/tx-interrupt.c b/testsuites/validation/tx-interrupt.c
index 16f1e18c47..7c59393f3e 100644
--- a/testsuites/validation/tx-interrupt.c
+++ b/testsuites/validation/tx-interrupt.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of
* HasInterruptVectorEntriesInstalled().
diff --git a/testsuites/validation/tx-io-relax.c b/testsuites/validation/tx-io-relax.c
index 1930c66b19..490fcce196 100644
--- a/testsuites/validation/tx-io-relax.c
+++ b/testsuites/validation/tx-io-relax.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of SetIORelaxHandler().
*/
diff --git a/testsuites/validation/tx-memory-alloc.c b/testsuites/validation/tx-memory-alloc.c
index 82b79bc558..7f95961d26 100644
--- a/testsuites/validation/tx-memory-alloc.c
+++ b/testsuites/validation/tx-memory-alloc.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
diff --git a/testsuites/validation/tx-preemption-intervention.c b/testsuites/validation/tx-preemption-intervention.c
index 612190567e..85a5b2b9b4 100644
--- a/testsuites/validation/tx-preemption-intervention.c
+++ b/testsuites/validation/tx-preemption-intervention.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of
* SetPreemptionIntervention().
diff --git a/testsuites/validation/tx-support.c b/testsuites/validation/tx-support.c
index f576373eb1..c60a48df41 100644
--- a/testsuites/validation/tx-support.c
+++ b/testsuites/validation/tx-support.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of support functions for
* the validation test cases.
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index 89152d66c0..0b16036158 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This header file provides the support functions for the validation
* test cases.
@@ -47,7 +47,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuites
+ * @addtogroup RTEMSTestSuitesValdation
*
* @{
*/
diff --git a/testsuites/validation/tx-thread-queue.c b/testsuites/validation/tx-thread-queue.c
index 9716b73988..d79300f524 100644
--- a/testsuites/validation/tx-thread-queue.c
+++ b/testsuites/validation/tx-thread-queue.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of the thread queue test
* support.
diff --git a/testsuites/validation/tx-thread-queue.h b/testsuites/validation/tx-thread-queue.h
index bd9f3ffce3..33a16fe5c9 100644
--- a/testsuites/validation/tx-thread-queue.h
+++ b/testsuites/validation/tx-thread-queue.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This header file provides the functions to test the
* @ref RTEMSScoreThreadQueue.
@@ -50,7 +50,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuites
+ * @addtogroup RTEMSTestSuitesValdation
*
* @{
*/
diff --git a/testsuites/validation/tx-timecounter.c b/testsuites/validation/tx-timecounter.c
index c6738914a4..9676582b6a 100644
--- a/testsuites/validation/tx-timecounter.c
+++ b/testsuites/validation/tx-timecounter.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the definition of SetGetTimecountHandler(),
* GetTimecountCounter(), and SetTimecountCounter().
diff --git a/testsuites/validation/tx-timer-server.c b/testsuites/validation/tx-timer-server.c
index 80ba853fb1..3dbe5a64fd 100644
--- a/testsuites/validation/tx-timer-server.c
+++ b/testsuites/validation/tx-timer-server.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the definition of DeleteTimerServer().
*/
diff --git a/testsuites/validation/tx-wrap-thread-queue.c b/testsuites/validation/tx-wrap-thread-queue.c
index 93b7b55f37..65237c4e11 100644
--- a/testsuites/validation/tx-wrap-thread-queue.c
+++ b/testsuites/validation/tx-wrap-thread-queue.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValdation
*
* @brief This source file contains the implementation of the thread queue
* wrapper.