summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-terminate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Move formatted I/O functionsSebastian Huber2023-07-281-1/+0
| | | | These functions do not belong to an super core service.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* validation: Derive names from item UIDsSebastian Huber2023-03-131-4/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* build: Add RTEMS_GCOV_COVERAGE optionSebastian Huber2022-07-041-1/+1
| | | | Update #4670.
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-041-1/+2
| | | | Update #4670.
* validation: Add system termination test suitesSebastian Huber2022-03-241-0/+447
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.