forked from Imagelibrary/rtems
doxygen: Add groups for related test suites
This commit is contained in:
@@ -63,3 +63,27 @@
|
|||||||
*
|
*
|
||||||
* @brief This group contains the test suites.
|
* @brief This group contains the test suites.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSTestSuitesFilesystem Filesystem Test Suites
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestSuites
|
||||||
|
*
|
||||||
|
* @brief This group contains the test suites related to filesystem tests.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSTestSuitesUnit Unit Test Suites
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestSuites
|
||||||
|
*
|
||||||
|
* @brief This group contains the test suites related to unit tests.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSTestSuitesValidation Validation Test Suites
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestSuites
|
||||||
|
*
|
||||||
|
* @brief This group contains the test suites related to validation tests.
|
||||||
|
*/
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* @defgroup RTEMSTestSuiteTestsTFTPFS Test suite for libtftpsfs tests
|
* @defgroup RTEMSTestSuiteTestsTFTPFS Test suite for libtftpsfs tests
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesFilesystem
|
||||||
*
|
*
|
||||||
* @brief This test suite provides a tests for libtftpfs.
|
* @brief This test suite provides a tests for libtftpfs.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesUnitNoClock0 spec:/testsuites/unit-no-clock-0
|
* @defgroup TestsuitesUnitNoClock0 spec:/testsuites/unit-no-clock-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesUnit
|
||||||
*
|
*
|
||||||
* @brief This general purpose unit test suite provides enough resources to run
|
* @brief This general purpose unit test suite provides enough resources to run
|
||||||
* basic tests without a Clock Driver for all specified managers and
|
* basic tests without a Clock Driver for all specified managers and
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the constants used by the test suite
|
* @brief This header file provides the constants used by the test suite
|
||||||
* configuration.
|
* configuration.
|
||||||
@@ -44,7 +44,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuites
|
* @addtogroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* @defgroup TestsuitesFatalBootProcessorNotAssignedToScheduler \
|
* @defgroup TestsuitesFatalBootProcessorNotAssignedToScheduler \
|
||||||
* spec:/testsuites/fatal-boot-processor-not-assigned-to-scheduler
|
* spec:/testsuites/fatal-boot-processor-not-assigned-to-scheduler
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite uses an application configuration which
|
* @brief This validation test suite uses an application configuration which
|
||||||
* triggers a fatal error during system initialization.
|
* triggers a fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesFatalIdleThreadCreateFailed \
|
* @defgroup TestsuitesFatalIdleThreadCreateFailed \
|
||||||
* spec:/testsuites/fatal-idle-thread-create-failed
|
* spec:/testsuites/fatal-idle-thread-create-failed
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which is triggered by
|
* @brief This validation test suite contains a test case which is triggered by
|
||||||
* a fatal error during system initialization.
|
* a fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesFatalIdleThreadStackTooSmall \
|
* @defgroup TestsuitesFatalIdleThreadStackTooSmall \
|
||||||
* spec:/testsuites/fatal-idle-thread-stack-too-small
|
* spec:/testsuites/fatal-idle-thread-stack-too-small
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesFatalInitTaskConstructFailed \
|
* @defgroup TestsuitesFatalInitTaskConstructFailed \
|
||||||
* spec:/testsuites/fatal-init-task-construct-failed
|
* spec:/testsuites/fatal-init-task-construct-failed
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* @defgroup TestsuitesFatalMandatoryProcessorNotPresent \
|
* @defgroup TestsuitesFatalMandatoryProcessorNotPresent \
|
||||||
* spec:/testsuites/fatal-mandatory-processor-not-present
|
* spec:/testsuites/fatal-mandatory-processor-not-present
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* @defgroup TestsuitesFatalSchedulerRequiresExactlyOneProcessor \
|
* @defgroup TestsuitesFatalSchedulerRequiresExactlyOneProcessor \
|
||||||
* spec:/testsuites/fatal-scheduler-requires-exactly-one-processor
|
* spec:/testsuites/fatal-scheduler-requires-exactly-one-processor
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite uses an application configuration which
|
* @brief This validation test suite uses an application configuration which
|
||||||
* triggers a fatal error during system initialization.
|
* triggers a fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesFatalSmp spec:/testsuites/fatal-smp
|
* @defgroup TestsuitesFatalSmp spec:/testsuites/fatal-smp
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers
|
* @brief This validation test suite contains a test case which triggers
|
||||||
* SMP-specific fatal errors.
|
* SMP-specific fatal errors.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* @defgroup TestsuitesFatalStartOfMandatoryProcessorFailed \
|
* @defgroup TestsuitesFatalStartOfMandatoryProcessorFailed \
|
||||||
* spec:/testsuites/fatal-start-of-mandatory-processor-failed
|
* spec:/testsuites/fatal-start-of-mandatory-processor-failed
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* @defgroup TestsuitesFatalStartOnNotOnlineProcessor \
|
* @defgroup TestsuitesFatalStartOnNotOnlineProcessor \
|
||||||
* spec:/testsuites/fatal-start-on-not-online-processor
|
* spec:/testsuites/fatal-start-on-not-online-processor
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesFatalTooLargeTlsSize \
|
* @defgroup TestsuitesFatalTooLargeTlsSize \
|
||||||
* spec:/testsuites/fatal-too-large-tls-size
|
* spec:/testsuites/fatal-too-large-tls-size
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case which triggers a
|
* @brief This validation test suite contains a test case which triggers a
|
||||||
* fatal error during system initialization.
|
* fatal error during system initialization.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesPerformanceNoClock0 \
|
* @defgroup TestsuitesPerformanceNoClock0 \
|
||||||
* spec:/testsuites/performance-no-clock-0
|
* spec:/testsuites/performance-no-clock-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose performance test suite provides enough resources
|
* @brief This general purpose performance test suite provides enough resources
|
||||||
* to run basic performance tests for all specified managers and functions.
|
* to run basic performance tests for all specified managers and functions.
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesTerminate spec:/testsuites/terminate
|
* @defgroup TestsuitesTerminate spec:/testsuites/terminate
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test case for the system
|
* @brief This validation test suite contains a test case for the system
|
||||||
* termination procedure.
|
* termination procedure.
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesUserext spec:/testsuites/userext
|
* @defgroup TestsuitesUserext spec:/testsuites/userext
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains a test cases related to the
|
* @brief This validation test suite contains a test cases related to the
|
||||||
* invocation of user extensions.
|
* invocation of user extensions.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidation0 spec:/testsuites/validation-0
|
* @defgroup TestsuitesValidation0 spec:/testsuites/validation-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests for all specified managers and functions.
|
* to run basic tests for all specified managers and functions.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidation1 spec:/testsuites/validation-1
|
* @defgroup TestsuitesValidation1 spec:/testsuites/validation-1
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests for all specified managers and functions.
|
* to run basic tests for all specified managers and functions.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationAcfg0 spec:/testsuites/validation-acfg-0
|
* @defgroup TestsuitesValidationAcfg0 spec:/testsuites/validation-acfg-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite is used to validate the default value of
|
* @brief This validation test suite is used to validate the default value of
|
||||||
* application configuration options taking the optional BSP provided
|
* application configuration options taking the optional BSP provided
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationAcfg1 spec:/testsuites/validation-acfg-1
|
* @defgroup TestsuitesValidationAcfg1 spec:/testsuites/validation-acfg-1
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite is used to validate the default value of
|
* @brief This validation test suite is used to validate the default value of
|
||||||
* application configuration options where all optional BSP provided settings
|
* application configuration options where all optional BSP provided settings
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationCache spec:/testsuites/validation-cache
|
* @defgroup TestsuitesValidationCache spec:/testsuites/validation-cache
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite provides enough resources to run tests for
|
* @brief This validation test suite provides enough resources to run tests for
|
||||||
* the directives of the @ref RTEMSAPIClassicCache.
|
* the directives of the @ref RTEMSAPIClassicCache.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationIntr spec:/testsuites/validation-intr
|
* @defgroup TestsuitesValidationIntr spec:/testsuites/validation-intr
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite provides enough resources to run tests for
|
* @brief This validation test suite provides enough resources to run tests for
|
||||||
* the interrupt controller related directives of the @ref
|
* the interrupt controller related directives of the @ref
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationIoKernel spec:/testsuites/validation-io-kernel
|
* @defgroup TestsuitesValidationIoKernel spec:/testsuites/validation-io-kernel
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains test cases which test the kernel
|
* @brief This validation test suite contains test cases which test the kernel
|
||||||
* character input/output device provided by the BSP before the system
|
* character input/output device provided by the BSP before the system
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationNoClock0 \
|
* @defgroup TestsuitesValidationNoClock0 \
|
||||||
* spec:/testsuites/validation-no-clock-0
|
* spec:/testsuites/validation-no-clock-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests without a Clock Driver for all specified managers and
|
* to run basic tests without a Clock Driver for all specified managers and
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationNonSmp spec:/testsuites/validation-non-smp
|
* @defgroup TestsuitesValidationNonSmp spec:/testsuites/validation-non-smp
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This test suite for non-SMP test cases provides enough resources to
|
* @brief This test suite for non-SMP test cases provides enough resources to
|
||||||
* run basic tests for all specified managers and functions.
|
* run basic tests for all specified managers and functions.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationOneCpu0 spec:/testsuites/validation-one-cpu-0
|
* @defgroup TestsuitesValidationOneCpu0 spec:/testsuites/validation-one-cpu-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests with exactly one processor and without a Clock Driver.
|
* to run basic tests with exactly one processor and without a Clock Driver.
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationOneCpu1 spec:/testsuites/validation-one-cpu-1
|
* @defgroup TestsuitesValidationOneCpu1 spec:/testsuites/validation-one-cpu-1
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests with exactly one processor and without a Clock Driver.
|
* to run basic tests with exactly one processor and without a Clock Driver.
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationSmpOneCpu0 \
|
* @defgroup TestsuitesValidationSmpOneCpu0 \
|
||||||
* spec:/testsuites/validation-smp-one-cpu-0
|
* spec:/testsuites/validation-smp-one-cpu-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This general purpose validation test suite provides enough resources
|
* @brief This general purpose validation test suite provides enough resources
|
||||||
* to run basic tests for all specified managers and functions in a
|
* to run basic tests for all specified managers and functions in a
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationSmpOnly0 \
|
* @defgroup TestsuitesValidationSmpOnly0 \
|
||||||
* spec:/testsuites/validation-smp-only-0
|
* spec:/testsuites/validation-smp-only-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This test suite for SMP-only test cases provides enough resources to
|
* @brief This test suite for SMP-only test cases provides enough resources to
|
||||||
* run basic tests for all specified managers and functions.
|
* run basic tests for all specified managers and functions.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
* @defgroup TestsuitesValidationSmpOnly2 \
|
* @defgroup TestsuitesValidationSmpOnly2 \
|
||||||
* spec:/testsuites/validation-smp-only-2
|
* spec:/testsuites/validation-smp-only-2
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This SMP-only test suite validates the clustered scheduler
|
* @brief This SMP-only test suite validates the clustered scheduler
|
||||||
* configuration through an application configuration with a processor
|
* configuration through an application configuration with a processor
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationTimecounter0 \
|
* @defgroup TestsuitesValidationTimecounter0 \
|
||||||
* spec:/testsuites/validation-timecounter-0
|
* spec:/testsuites/validation-timecounter-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite is intended test cases related to the
|
* @brief This validation test suite is intended test cases related to the
|
||||||
* installation of timecouters. The Clock Driver is disabled.
|
* installation of timecouters. The Clock Driver is disabled.
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationTimecounter1 \
|
* @defgroup TestsuitesValidationTimecounter1 \
|
||||||
* spec:/testsuites/validation-timecounter-1
|
* spec:/testsuites/validation-timecounter-1
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite is intended test cases related to the use
|
* @brief This validation test suite is intended test cases related to the use
|
||||||
* of timecouters. The Clock Driver is enabled.
|
* of timecouters. The Clock Driver is enabled.
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* @defgroup TestsuitesValidationTimecounterSmp0 \
|
* @defgroup TestsuitesValidationTimecounterSmp0 \
|
||||||
* spec:/testsuites/validation-timecounter-smp-0
|
* spec:/testsuites/validation-timecounter-smp-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite is intended test cases related to the use
|
* @brief This validation test suite is intended test cases related to the use
|
||||||
* of timecouters. The Clock Driver is disabled.
|
* of timecouters. The Clock Driver is disabled.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationTls0 spec:/testsuites/validation-tls-0
|
* @defgroup TestsuitesValidationTls0 spec:/testsuites/validation-tls-0
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains test cases related to the
|
* @brief This validation test suite contains test cases related to the
|
||||||
* thread-local storage support.
|
* thread-local storage support.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup TestsuitesValidationTls1 spec:/testsuites/validation-tls-1
|
* @defgroup TestsuitesValidationTls1 spec:/testsuites/validation-tls-1
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This validation test suite contains test cases related to the
|
* @brief This validation test suite contains test cases related to the
|
||||||
* thread-local storage support.
|
* thread-local storage support.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of CallWithinISRClear(),
|
* @brief This source file contains the implementation of CallWithinISRClear(),
|
||||||
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
|
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of ::DefaultTaskConfig.
|
* @brief This source file contains the definition of ::DefaultTaskConfig.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* HasInterruptVectorEntriesInstalled().
|
* HasInterruptVectorEntriesInstalled().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of SetIORelaxHandler().
|
* @brief This source file contains the implementation of SetIORelaxHandler().
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
|
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* SetPreemptionIntervention().
|
* SetPreemptionIntervention().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of support functions for
|
* @brief This source file contains the implementation of support functions for
|
||||||
* the validation test cases.
|
* the validation test cases.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the support functions for the validation
|
* @brief This header file provides the support functions for the validation
|
||||||
* test cases.
|
* test cases.
|
||||||
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuites
|
* @addtogroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of the thread queue test
|
* @brief This source file contains the implementation of the thread queue test
|
||||||
* support.
|
* support.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the functions to test the
|
* @brief This header file provides the functions to test the
|
||||||
* @ref RTEMSScoreThreadQueue.
|
* @ref RTEMSScoreThreadQueue.
|
||||||
@@ -50,7 +50,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuites
|
* @addtogroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of SetGetTimecountHandler(),
|
* @brief This source file contains the definition of SetGetTimecountHandler(),
|
||||||
* GetTimecountCounter(), and SetTimecountCounter().
|
* GetTimecountCounter(), and SetTimecountCounter().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of DeleteTimerServer().
|
* @brief This source file contains the definition of DeleteTimerServer().
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuites
|
* @ingroup RTEMSTestSuitesValdation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of the thread queue
|
* @brief This source file contains the implementation of the thread queue
|
||||||
* wrapper.
|
* wrapper.
|
||||||
|
|||||||
Reference in New Issue
Block a user