mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 09:30:51 +08: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 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.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValApplDoesNotNeedClockDriver
|
||||
* @ingroup AcfgValApplDoesNotNeedClockDriver
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,10 +57,10 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValApplDoesNotNeedClockDriver \
|
||||
* @defgroup AcfgValApplDoesNotNeedClockDriver \
|
||||
* spec:/acfg/val/appl-does-not-need-clock-driver
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationAcfg0
|
||||
* @ingroup TestsuitesValidationAcfg0
|
||||
*
|
||||
* @brief Tests the effect of the
|
||||
* CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER application configuration
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValApplNeedsClockDriver
|
||||
* @ingroup AcfgValApplNeedsClockDriver
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,10 +57,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValApplNeedsClockDriver \
|
||||
* spec:/acfg/val/appl-needs-clock-driver
|
||||
* @defgroup AcfgValApplNeedsClockDriver spec:/acfg/val/appl-needs-clock-driver
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidation0
|
||||
* @ingroup TestsuitesValidation0
|
||||
*
|
||||
* @brief Tests the effect of the CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
* application configuration option.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValDefault
|
||||
* @ingroup AcfgValDefault
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValDefault spec:/acfg/val/default
|
||||
* @defgroup AcfgValDefault spec:/acfg/val/default
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationAcfg0
|
||||
* @ingroup TestsuitesValidationAcfg0
|
||||
*
|
||||
* @brief Tests the default values of application configuration options.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValDisabledBspSettings
|
||||
* @ingroup AcfgValDisabledBspSettings
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -58,10 +58,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValDisabledBspSettings \
|
||||
* spec:/acfg/val/disabled-bsp-settings
|
||||
* @defgroup AcfgValDisabledBspSettings spec:/acfg/val/disabled-bsp-settings
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationAcfg1
|
||||
* @ingroup TestsuitesValidationAcfg1
|
||||
*
|
||||
* @brief Tests the default values of application configuration options where
|
||||
* all optional BSP provided settings are disabled.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValOneCpu
|
||||
* @ingroup AcfgValOneCpu
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValOneCpu spec:/acfg/val/one-cpu
|
||||
* @defgroup AcfgValOneCpu spec:/acfg/val/one-cpu
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationOneCpu0
|
||||
* @ingroup TestsuitesValidationOneCpu0
|
||||
*
|
||||
* @brief Tests the effect of application configuration options.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValSchedulerEdfSmp
|
||||
* @ingroup AcfgValSchedulerEdfSmp
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,10 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValSchedulerEdfSmp \
|
||||
* spec:/acfg/val/scheduler-edf-smp
|
||||
* @defgroup AcfgValSchedulerEdfSmp spec:/acfg/val/scheduler-edf-smp
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationSmpOnly0
|
||||
* @ingroup TestsuitesValidationSmpOnly0
|
||||
*
|
||||
* @brief Tests the effect of application configuration options.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValSchedulerTableEntriesOneCpu
|
||||
* @ingroup AcfgValSchedulerTableEntriesOneCpu
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,10 +57,10 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValSchedulerTableEntriesOneCpu \
|
||||
* @defgroup AcfgValSchedulerTableEntriesOneCpu \
|
||||
* spec:/acfg/val/scheduler-table-entries-one-cpu
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationOneCpu1
|
||||
* @ingroup TestsuitesValidationOneCpu1
|
||||
*
|
||||
* @brief Tests the effect of CONFIGURE_SCHEDULER_TABLE_ENTRIES the application
|
||||
* configuration options in a configuration with only one processor.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseAcfgValAcfg
|
||||
* @ingroup AcfgValAcfg
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -62,9 +62,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseAcfgValAcfg spec:/acfg/val/acfg
|
||||
* @defgroup AcfgValAcfg spec:/acfg/val/acfg
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the effect of application configuration options.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsAttrValAttr
|
||||
* @ingroup RtemsAttrValAttr
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,9 +57,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsAttrValAttr spec:/rtems/attr/val/attr
|
||||
* @defgroup RtemsAttrValAttr spec:/rtems/attr/val/attr
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the attribute constants of the Classic API.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierReqCreate
|
||||
* @ingroup RtemsBarrierReqCreate
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierReqCreate spec:/rtems/barrier/req/create
|
||||
* @defgroup RtemsBarrierReqCreate spec:/rtems/barrier/req/create
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierReqDelete
|
||||
* @ingroup RtemsBarrierReqDelete
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierReqDelete spec:/rtems/barrier/req/delete
|
||||
* @defgroup RtemsBarrierReqDelete spec:/rtems/barrier/req/delete
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierValIdent
|
||||
* @ingroup RtemsBarrierValIdent
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,9 +57,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierValIdent spec:/rtems/barrier/val/ident
|
||||
* @defgroup RtemsBarrierValIdent spec:/rtems/barrier/val/ident
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Test the rtems_barrier_ident() directive.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierValPerf
|
||||
* @ingroup RtemsBarrierValPerf
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,9 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierValPerf spec:/rtems/barrier/val/perf
|
||||
* @defgroup RtemsBarrierValPerf spec:/rtems/barrier/val/perf
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesPerformanceNoClock0
|
||||
* @ingroup TestsuitesPerformanceNoClock0
|
||||
*
|
||||
* @brief This test case provides a context to run @ref RTEMSAPIClassicBarrier
|
||||
* performance tests.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierReqRelease
|
||||
* @ingroup RtemsBarrierReqRelease
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierReqRelease \
|
||||
* spec:/rtems/barrier/req/release
|
||||
* @defgroup RtemsBarrierReqRelease spec:/rtems/barrier/req/release
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBarrierReqWait
|
||||
* @ingroup RtemsBarrierReqWait
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBarrierReqWait spec:/rtems/barrier/req/wait
|
||||
* @defgroup RtemsBarrierReqWait spec:/rtems/barrier/req/wait
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBasedefsValBasedefsNoDebug
|
||||
* @ingroup RtemsBasedefsValBasedefsNoDebug
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,10 +59,10 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBasedefsValBasedefsNoDebug \
|
||||
* @defgroup RtemsBasedefsValBasedefsNoDebug \
|
||||
* spec:/rtems/basedefs/val/basedefs-no-debug
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the basedefs macros where RTEMS_DEBUG is disabled.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsBasedefsValBasedefs
|
||||
* @ingroup RtemsBasedefsValBasedefs
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,10 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsBasedefsValBasedefs \
|
||||
* spec:/rtems/basedefs/val/basedefs
|
||||
* @defgroup RtemsBasedefsValBasedefs spec:/rtems/basedefs/val/basedefs
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the basedefs macros of the Classic API.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseBspReqInterruptHandlerDispatchUnchecked
|
||||
* @ingroup BspReqInterruptHandlerDispatchUnchecked
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,10 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseBspReqInterruptHandlerDispatchUnchecked \
|
||||
* @defgroup BspReqInterruptHandlerDispatchUnchecked \
|
||||
* spec:/bsp/req/interrupt-handler-dispatch-unchecked
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseCValC
|
||||
* @ingroup CValC
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -58,9 +58,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseCValC spec:/c/val/c
|
||||
* @defgroup CValC spec:/c/val/c
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests C library functions.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsCacheValCache
|
||||
* @ingroup RtemsCacheValCache
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,9 +57,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsCacheValCache spec:/rtems/cache/val/cache
|
||||
* @defgroup RtemsCacheValCache spec:/rtems/cache/val/cache
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationCache
|
||||
* @ingroup TestsuitesValidationCache
|
||||
*
|
||||
* @brief Tests some @ref RTEMSAPIClassicCache directives.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsClockReqGetTod
|
||||
* @ingroup RtemsClockReqGetTod
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,9 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsClockReqGetTod spec:/rtems/clock/req/get-tod
|
||||
* @defgroup RtemsClockReqGetTod spec:/rtems/clock/req/get-tod
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsClockReqGetUptime
|
||||
* @ingroup RtemsClockReqGetUptime
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -57,10 +57,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsClockReqGetUptime \
|
||||
* spec:/rtems/clock/req/get-uptime
|
||||
* @defgroup RtemsClockReqGetUptime spec:/rtems/clock/req/get-uptime
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseCReqClockNanosleep
|
||||
* @ingroup CReqClockNanosleep
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -64,9 +64,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseCReqClockNanosleep spec:/c/req/clock-nanosleep
|
||||
* @defgroup CReqClockNanosleep spec:/c/req/clock-nanosleep
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsClockReqSet
|
||||
* @ingroup RtemsClockReqSet
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -58,9 +58,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsClockReqSet spec:/rtems/clock/req/set
|
||||
* @defgroup RtemsClockReqSet spec:/rtems/clock/req/set
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsClockValClock
|
||||
* @ingroup RtemsClockValClock
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsClockValClock spec:/rtems/clock/val/clock
|
||||
* @defgroup RtemsClockValClock spec:/rtems/clock/val/clock
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests some @ref RTEMSAPIClassicClock directives.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsCpuuseValCpuuse
|
||||
* @ingroup RtemsCpuuseValCpuuse
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsCpuuseValCpuuse spec:/rtems/cpuuse/val/cpuuse
|
||||
* @defgroup RtemsCpuuseValCpuuse spec:/rtems/cpuuse/val/cpuuse
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the CPU usage reporting and reset.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsEventValPerf
|
||||
* @ingroup RtemsEventValPerf
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,9 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsEventValPerf spec:/rtems/event/val/perf
|
||||
* @defgroup RtemsEventValPerf spec:/rtems/event/val/perf
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesPerformanceNoClock0
|
||||
* @ingroup TestsuitesPerformanceNoClock0
|
||||
*
|
||||
* @brief This test case provides a context to run @ref RTEMSAPIClassicEvent
|
||||
* performance tests.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsEventValSendReceive
|
||||
* @ingroup RTEMSTestCaseRtemsEventValSystemSendReceive
|
||||
* @ingroup RtemsEventValSendReceive
|
||||
* @ingroup RtemsEventValSystemSendReceive
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -63,10 +63,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsEventValSendReceive \
|
||||
* spec:/rtems/event/val/send-receive
|
||||
* @defgroup RtemsEventValSendReceive spec:/rtems/event/val/send-receive
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidation0
|
||||
* @ingroup TestsuitesValidation0
|
||||
*
|
||||
* @brief Tests the rtems_event_send() and rtems_event_receive() directives.
|
||||
*
|
||||
@@ -130,10 +129,10 @@ T_TEST_CASE( RtemsEventValSendReceive )
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsEventValSystemSendReceive \
|
||||
* @defgroup RtemsEventValSystemSendReceive \
|
||||
* spec:/rtems/event/val/system-send-receive
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidation0
|
||||
* @ingroup TestsuitesValidation0
|
||||
*
|
||||
* @brief Tests the rtems_event_system_send() and rtems_event_system_receive()
|
||||
* directives.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsEventValEvents
|
||||
* @ingroup RtemsEventValEvents
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,9 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsEventValEvents spec:/rtems/event/val/events
|
||||
* @defgroup RtemsEventValEvents spec:/rtems/event/val/events
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests the Event Manager API.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseCReqFlsl
|
||||
* @ingroup CReqFlsl
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -58,9 +58,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseCReqFlsl spec:/c/req/flsl
|
||||
* @defgroup CReqFlsl spec:/c/req/flsl
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseNewlibReqFutexWait
|
||||
* @ingroup NewlibReqFutexWait
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -62,9 +62,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseNewlibReqFutexWait spec:/newlib/req/futex-wait
|
||||
* @defgroup NewlibReqFutexWait spec:/newlib/req/futex-wait
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseNewlibReqFutexWake
|
||||
* @ingroup NewlibReqFutexWake
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -62,9 +62,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseNewlibReqFutexWake spec:/newlib/req/futex-wake
|
||||
* @defgroup NewlibReqFutexWake spec:/newlib/req/futex-wake
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqClear
|
||||
* @ingroup RtemsIntrReqClear
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqClear spec:/rtems/intr/req/clear
|
||||
* @defgroup RtemsIntrReqClear spec:/rtems/intr/req/clear
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqEntryInstall
|
||||
* @ingroup RtemsIntrReqEntryInstall
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqEntryInstall \
|
||||
* spec:/rtems/intr/req/entry-install
|
||||
* @defgroup RtemsIntrReqEntryInstall spec:/rtems/intr/req/entry-install
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqEntryRemove
|
||||
* @ingroup RtemsIntrReqEntryRemove
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqEntryRemove \
|
||||
* spec:/rtems/intr/req/entry-remove
|
||||
* @defgroup RtemsIntrReqEntryRemove spec:/rtems/intr/req/entry-remove
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqGetAffinity
|
||||
* @ingroup RtemsIntrReqGetAffinity
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,10 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqGetAffinity \
|
||||
* spec:/rtems/intr/req/get-affinity
|
||||
* @defgroup RtemsIntrReqGetAffinity spec:/rtems/intr/req/get-affinity
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqGetAttributes
|
||||
* @ingroup RtemsIntrReqGetAttributes
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,10 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqGetAttributes \
|
||||
* spec:/rtems/intr/req/get-attributes
|
||||
* @defgroup RtemsIntrReqGetAttributes spec:/rtems/intr/req/get-attributes
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqHandlerIterate
|
||||
* @ingroup RtemsIntrReqHandlerIterate
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqHandlerIterate \
|
||||
* spec:/rtems/intr/req/handler-iterate
|
||||
* @defgroup RtemsIntrReqHandlerIterate spec:/rtems/intr/req/handler-iterate
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqIsPending
|
||||
* @ingroup RtemsIntrReqIsPending
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqIsPending spec:/rtems/intr/req/is-pending
|
||||
* @defgroup RtemsIntrReqIsPending spec:/rtems/intr/req/is-pending
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrValIntrNonSmp
|
||||
* @ingroup RtemsIntrValIntrNonSmp
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,10 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrValIntrNonSmp \
|
||||
* spec:/rtems/intr/val/intr-non-smp
|
||||
* @defgroup RtemsIntrValIntrNonSmp spec:/rtems/intr/val/intr-non-smp
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNonSmp
|
||||
* @ingroup TestsuitesValidationNonSmp
|
||||
*
|
||||
* @brief Tests some @ref RTEMSAPIClassicIntr interfaces.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqRaiseOn
|
||||
* @ingroup RtemsIntrReqRaiseOn
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqRaiseOn spec:/rtems/intr/req/raise-on
|
||||
* @defgroup RtemsIntrReqRaiseOn spec:/rtems/intr/req/raise-on
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqRaise
|
||||
* @ingroup RtemsIntrReqRaise
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,9 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqRaise spec:/rtems/intr/req/raise
|
||||
* @defgroup RtemsIntrReqRaise spec:/rtems/intr/req/raise
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqSetAffinity
|
||||
* @ingroup RtemsIntrReqSetAffinity
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,10 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqSetAffinity \
|
||||
* spec:/rtems/intr/req/set-affinity
|
||||
* @defgroup RtemsIntrReqSetAffinity spec:/rtems/intr/req/set-affinity
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrValIntrSmpOnly
|
||||
* @ingroup RtemsIntrValIntrSmpOnly
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -59,10 +59,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrValIntrSmpOnly \
|
||||
* spec:/rtems/intr/val/intr-smp-only
|
||||
* @defgroup RtemsIntrValIntrSmpOnly spec:/rtems/intr/val/intr-smp-only
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationSmpOnly0
|
||||
* @ingroup TestsuitesValidationSmpOnly0
|
||||
*
|
||||
* @brief Tests some @ref RTEMSAPIClassicIntr directives.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqVectorDisable
|
||||
* @ingroup RtemsIntrReqVectorDisable
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,10 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqVectorDisable \
|
||||
* spec:/rtems/intr/req/vector-disable
|
||||
* @defgroup RtemsIntrReqVectorDisable spec:/rtems/intr/req/vector-disable
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqVectorEnable
|
||||
* @ingroup RtemsIntrReqVectorEnable
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,10 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqVectorEnable \
|
||||
* spec:/rtems/intr/req/vector-enable
|
||||
* @defgroup RtemsIntrReqVectorEnable spec:/rtems/intr/req/vector-enable
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrReqVectorIsEnabled
|
||||
* @ingroup RtemsIntrReqVectorIsEnabled
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -61,10 +61,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrReqVectorIsEnabled \
|
||||
* spec:/rtems/intr/req/vector-is-enabled
|
||||
* @defgroup RtemsIntrReqVectorIsEnabled spec:/rtems/intr/req/vector-is-enabled
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationIntr
|
||||
* @ingroup TestsuitesValidationIntr
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestCaseRtemsIntrValIntr
|
||||
* @ingroup RtemsIntrValIntr
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -60,9 +60,9 @@
|
||||
#include <rtems/test.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSTestCaseRtemsIntrValIntr spec:/rtems/intr/val/intr
|
||||
* @defgroup RtemsIntrValIntr spec:/rtems/intr/val/intr
|
||||
*
|
||||
* @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
|
||||
* @ingroup TestsuitesValidationNoClock0
|
||||
*
|
||||
* @brief Tests some @ref RTEMSAPIClassicIntr directives.
|
||||
*
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user