summaryrefslogtreecommitdiffstats
path: root/cpukit/include/t.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-2379/+0
| | | | Update #3199.
* libtest: Add T_check_task_context() actionSebastian Huber2019-12-201-0/+2
|
* libtest: Use test configuration in T_now()Sebastian Huber2019-12-201-11/+5
| | | | | Use the user provided now handler of the test configuration to get the time in T_now().
* libtest: Add more action eventsSebastian Huber2019-10-111-2/+4
| | | | | | This allows more control over the initialization and finalization run. Update #3199.
* libtest: Do all output in test runnerSebastian Huber2019-10-111-0/+2
| | | | | | | | This ensures that lines are output atomically if they are produced by different other contexts, e.g. interrupts, other processors, other threads. Update #3199.
* doxygen: Added RTEMS Test Framework to APIAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* Add RTEMS Test FrameworkSebastian Huber2019-03-271-0/+2377
Update #3199.