summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-performance.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* validation: Add group for runtime measurementsSebastian Huber2023-05-191-0/+62
| | | | Update #3716.
* validation: Replace enum Event with definesSebastian Huber2023-03-171-8/+10
| | | | | | | There is a Doxygen limitation that all compound names (enum, struct, class, union, group) within a project must be unique. Update #3716.
* validation: Derive names from item UIDsSebastian Huber2023-03-131-3/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Fix use of uninitialized variablesSebastian Huber2022-08-301-20/+16
| | | | Update #4662.
* validation: Test Message ManagerFrank Kühndel2022-03-241-0/+886
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.