[PATCH] doxygen: Add groups for related test suites

Chris Johns chrisj at rtems.org
Mon Mar 13 21:56:17 UTC 2023


OK to push

Chris

On 13/3/2023 9:49 pm, Sebastian Huber wrote:
> ---
>  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.
> + */


More information about the devel mailing list