forked from Imagelibrary/rtems
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 RTEMSTestSuiteTestsuitesValidationAcfg0
|
||||
* @ingroup TestsuitesValidationAcfg0
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -58,8 +58,7 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestSuiteTestsuitesValidationAcfg0 \
|
||||
* spec:/testsuites/validation-acfg-0
|
||||
* @defgroup TestsuitesValidationAcfg0 spec:/testsuites/validation-acfg-0
|
||||
*
|
||||
* @ingroup RTEMSTestSuites
|
||||
*
|
||||
@@ -70,7 +69,7 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
const char rtems_test_name[] = "ValidationAcfg0";
|
||||
const char rtems_test_name[] = "TestsuitesValidationAcfg0";
|
||||
|
||||
#define CONFIGURE_IDLE_TASK_STORAGE_SIZE RTEMS_MINIMUM_STACK_SIZE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user