From 9bfe5f599dc2d34167e320e01c62e3a70adec15d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Feb 2023 15:59:22 +0100 Subject: validation: Derive names from item UIDs Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716. --- testsuites/validation/tc-score-smp-thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/validation/tc-score-smp-thread.c') diff --git a/testsuites/validation/tc-score-smp-thread.c b/testsuites/validation/tc-score-smp-thread.c index fc1dd394c2..7208514b32 100644 --- a/testsuites/validation/tc-score-smp-thread.c +++ b/testsuites/validation/tc-score-smp-thread.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup RTEMSTestCaseScoreThreadValSmp + * @ingroup ScoreThreadValSmp */ /* @@ -63,9 +63,9 @@ #include /** - * @defgroup RTEMSTestCaseScoreThreadValSmp spec:/score/thread/val/smp + * @defgroup ScoreThreadValSmp spec:/score/thread/val/smp * - * @ingroup RTEMSTestSuiteTestsuitesValidationSmpOnly0 + * @ingroup TestsuitesValidationSmpOnly0 * * @brief Tests SMP-specific thread behaviour. * -- cgit v1.2.3