summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-event-constant.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/tr-event-constant.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/tr-event-constant.c')
-rw-r--r--testsuites/validation/tr-event-constant.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuites/validation/tr-event-constant.c b/testsuites/validation/tr-event-constant.c
index 6895fcc821..d44f434c40 100644
--- a/testsuites/validation/tr-event-constant.c
+++ b/testsuites/validation/tr-event-constant.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseRtemsEventValEventConstant
+ * @ingroup RtemsEventValEventConstant
*/
/*
@@ -59,10 +59,9 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseRtemsEventValEventConstant \
- * spec:/rtems/event/val/event-constant
+ * @defgroup RtemsEventValEventConstant spec:/rtems/event/val/event-constant
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
+ * @ingroup TestsuitesValidationNoClock0
*
* @brief Tests an event constant and number of the Event Manager using the
* Classic and system event sets of the executing task.