summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-validation-smp-only-2.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:59:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-13 14:00:59 +0100
commit9bfe5f599dc2d34167e320e01c62e3a70adec15d (patch)
tree61222631dcab638159fed807a3396d31ee55a633 /testsuites/validation/ts-validation-smp-only-2.c
parentbsps/stm32h7: fix propagation of configured HSE freq. value into the code (diff)
downloadrtems-9bfe5f599dc2d34167e320e01c62e3a70adec15d.tar.bz2
validation: Derive names from item UIDs
Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
Diffstat (limited to 'testsuites/validation/ts-validation-smp-only-2.c')
-rw-r--r--testsuites/validation/ts-validation-smp-only-2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/validation/ts-validation-smp-only-2.c b/testsuites/validation/ts-validation-smp-only-2.c
index 74cf5e1db8..e8897adfaf 100644
--- a/testsuites/validation/ts-validation-smp-only-2.c
+++ b/testsuites/validation/ts-validation-smp-only-2.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationSmpOnly2
+ * @ingroup TestsuitesValidationSmpOnly2
*/
/*
@@ -57,7 +57,7 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestSuiteTestsuitesValidationSmpOnly2 \
+ * @defgroup TestsuitesValidationSmpOnly2 \
* spec:/testsuites/validation-smp-only-2
*
* @ingroup RTEMSTestSuites
@@ -70,7 +70,7 @@
* @{
*/
-const char rtems_test_name[] = "ValidationSMPOnly2";
+const char rtems_test_name[] = "TestsuitesValidationSmpOnly2";
bool __wrap__CPU_SMP_Start_processor( uint32_t cpu_index );