summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-intr-is-pending.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.