summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-interrupt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Place files into a Doxygen groupSebastian Huber2023-07-261-1/+2
| | | | | | Canonicalize the file headers. Update #3707.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* libtest: Improve the interrupt test timingSebastian Huber2021-11-151-1/+8
| | | | | If no state change occurred during the test action, then assume a late interrupt.
* score: Add _Per_CPU_Submit_job()Sebastian Huber2021-07-291-3/+1
|
* libtest: Fix implicit type conversionsSebastian Huber2021-02-011-4/+7
| | | | This fix relates to a Coverity issue (PW.MIXED_ENUM_TYPE).
* libtest: ConstifySebastian Huber2020-08-101-1/+1
| | | | Update #3199.
* libtest: Fix T_interrupt_test() in SMP configsSebastian Huber2020-08-061-0/+45
| | | | Update #3199.
* libtest: Add T_interrupt_test()Sebastian Huber2020-07-231-0/+441
Update #3199.