summaryrefslogtreecommitdiffstats
path: root/cpukit/include/t.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-23libtest: Move <t.h> to <rtems/test.h>Sebastian Huber1-2379/+0
Update #3199.
2019-12-20libtest: Add T_check_task_context() actionSebastian Huber1-0/+2
2019-12-20libtest: Use test configuration in T_now()Sebastian Huber1-11/+5
Use the user provided now handler of the test configuration to get the time in T_now().
2019-10-11libtest: Add more action eventsSebastian Huber1-2/+4
This allows more control over the initialization and finalization run. Update #3199.
2019-10-11libtest: Do all output in test runnerSebastian Huber1-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.
2019-04-04doxygen: Added RTEMS Test Framework to APIAndreas Dachsberger1-0/+2
Update #3706.
2019-03-27Add RTEMS Test FrameworkSebastian Huber1-0/+2377
Update #3199.