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 RTEMSTestSuiteTestsuitesValidationIoKernel
|
||||
* @ingroup TestsuitesValidationIoKernel
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -62,8 +62,7 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestSuiteTestsuitesValidationIoKernel \
|
||||
* spec:/testsuites/validation-io-kernel
|
||||
* @defgroup TestsuitesValidationIoKernel spec:/testsuites/validation-io-kernel
|
||||
*
|
||||
* @ingroup RTEMSTestSuites
|
||||
*
|
||||
@@ -74,7 +73,7 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
const char rtems_test_name[] = "ValidationIoKernel";
|
||||
const char rtems_test_name[] = "TestsuitesValidationIoKernel";
|
||||
|
||||
static char buffer[ 512 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user