--- v2: Adjust group membership of related test suites. cpukit/doxygen/top-level-groups.h | 24 +++++++++++++++++++ testsuites/unit/ts-unit-no-clock-0.c | 2 +- ...boot-processor-not-assigned-to-scheduler.c | 2 +- .../ts-fatal-idle-thread-create-failed.c | 2 +- .../ts-fatal-idle-thread-stack-too-small.c | 2 +- .../ts-fatal-init-task-construct-failed.c | 2 +- ...ts-fatal-mandatory-processor-not-present.c | 2 +- ...scheduler-requires-exactly-one-processor.c | 2 +- testsuites/validation/ts-fatal-smp.c | 2 +- ...atal-start-of-mandatory-processor-failed.c | 2 +- .../ts-fatal-start-on-not-online-processor.c | 2 +- .../validation/ts-fatal-too-large-tls-size.c | 2 +- .../validation/ts-performance-no-clock-0.c | 2 +- testsuites/validation/ts-terminate.c | 2 +- testsuites/validation/ts-userext.c | 2 +- testsuites/validation/ts-validation-0.c | 2 +- testsuites/validation/ts-validation-1.c | 2 +- testsuites/validation/ts-validation-acfg-0.c | 2 +- testsuites/validation/ts-validation-acfg-1.c | 2 +- testsuites/validation/ts-validation-cache.c | 2 +- testsuites/validation/ts-validation-intr.c | 2 +- .../validation/ts-validation-io-kernel.c | 2 +- .../validation/ts-validation-no-clock-0.c | 2 +- testsuites/validation/ts-validation-non-smp.c | 2 +- .../validation/ts-validation-one-cpu-0.c | 2 +- .../validation/ts-validation-one-cpu-1.c | 2 +- .../validation/ts-validation-smp-one-cpu-0.c | 2 +- .../validation/ts-validation-smp-only-0.c | 2 +- .../validation/ts-validation-smp-only-2.c | 2 +- .../validation/ts-validation-timecounter-0.c | 2 +- .../validation/ts-validation-timecounter-1.c | 2 +- .../ts-validation-timecounter-smp-0.c | 2 +- testsuites/validation/ts-validation-tls-0.c | 2 +- testsuites/validation/ts-validation-tls-1.c | 2 +- 34 files changed, 57 insertions(+), 33 deletions(-)
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. + */ diff --git a/testsuites/unit/ts-unit-no-clock-0.c b/testsuites/unit/ts-unit-no-clock-0.c index 4bbb0b8000..a494eea074 100644 --- a/testsuites/unit/ts-unit-no-clock-0.c +++ b/testsuites/unit/ts-unit-no-clock-0.c @@ -57,7 +57,7 @@ /** * @defgroup TestsuitesUnitNoClock0 spec:/testsuites/unit-no-clock-0 * - * @ingroup RTEMSTestSuites + * @ingroup RTEMSTestSuitesUnit * * @brief This general purpose unit test suite provides enough resources to run * basic tests without a Clock Driver for all specified managers and 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..1cbb258413 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 RTEMSTestSuitesPerformance * * @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. -- 2.35.3 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel