mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
validation: Derive names from item UIDs
Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -55,8 +55,7 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestSuiteTestsuitesValidationIntr \
|
||||
* spec:/testsuites/validation-intr
|
||||
* @defgroup TestsuitesValidationIntr spec:/testsuites/validation-intr
|
||||
*
|
||||
* @ingroup RTEMSTestSuites
|
||||
*
|
||||
@@ -70,7 +69,7 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
const char rtems_test_name[] = "ValidationIntr";
|
||||
const char rtems_test_name[] = "TestsuitesValidationIntr";
|
||||
|
||||
#define CONFIGURE_MAXIMUM_PROCESSORS 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user