summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: GetValidInterruptVectorNumber()Sebastian Huber2021-07-261-0/+5
| | | | Update #3269.
* validation: HasInterruptVectorEntriesInstalled()Sebastian Huber2021-07-261-0/+2
| | | | Update #3269.
* validation: Add CallWithinISR()Sebastian Huber2021-07-261-0/+14
| | | | Update #3269.
* validation: Add INVALID_ID to tx-support.hSebastian Huber2021-05-141-0/+5
|
* validation: Add support librarySebastian Huber2021-05-141-0/+103
Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.