summaryrefslogtreecommitdiffstats
path: root/testsuites/unit
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/unit
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/unit')
-rw-r--r--testsuites/unit/tc-score-rbtree.c6
-rw-r--r--testsuites/unit/ts-unit-no-clock-0.c7
2 files changed, 6 insertions, 7 deletions
diff --git a/testsuites/unit/tc-score-rbtree.c b/testsuites/unit/tc-score-rbtree.c
index 36fff61b8f..b073d9bba9 100644
--- a/testsuites/unit/tc-score-rbtree.c
+++ b/testsuites/unit/tc-score-rbtree.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseScoreRbtreeUnitRbtree
+ * @ingroup ScoreRbtreeUnitRbtree
*/
/*
@@ -59,9 +59,9 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseScoreRbtreeUnitRbtree spec:/score/rbtree/unit/rbtree
+ * @defgroup ScoreRbtreeUnitRbtree spec:/score/rbtree/unit/rbtree
*
- * @ingroup RTEMSTestSuiteTestsuitesUnitNoClock0
+ * @ingroup TestsuitesUnitNoClock0
*
* @brief Unit tests for the red-black tree implementation.
*
diff --git a/testsuites/unit/ts-unit-no-clock-0.c b/testsuites/unit/ts-unit-no-clock-0.c
index 8fa8518d36..4bbb0b8000 100644
--- a/testsuites/unit/ts-unit-no-clock-0.c
+++ b/testsuites/unit/ts-unit-no-clock-0.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuiteTestsuitesUnitNoClock0
+ * @ingroup TestsuitesUnitNoClock0
*/
/*
@@ -55,8 +55,7 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestSuiteTestsuitesUnitNoClock0 \
- * spec:/testsuites/unit-no-clock-0
+ * @defgroup TestsuitesUnitNoClock0 spec:/testsuites/unit-no-clock-0
*
* @ingroup RTEMSTestSuites
*
@@ -70,7 +69,7 @@
* @{
*/
-const char rtems_test_name[] = "UnitNoClock0";
+const char rtems_test_name[] = "TestsuitesUnitNoClock0";
#define CONFIGURE_MAXIMUM_PROCESSORS 4