summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-intr-is-pending.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites: Remove stray ';'Sebastian Huber2023-07-211-1/+1
|
* 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-3/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Test Interrupt ManagerSebastian Huber2022-03-241-30/+57
| | | | | | | | | | | | 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.
* validation: Improve generated test codeSebastian Huber2021-09-021-56/+74
| | | | | | | Move the transition map members of the test context to a dedicated structure. Move the transition variant pre-condition prepare, action, and post-condition checks to a separate function to reduce the indentation level and allow skipping of transition variants.
* validation: Test rtems_interrupt_is_pending()Sebastian Huber2021-07-261-0/+629
Update #3269.