summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-time.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Improve T_now_tick()Sebastian Huber2021-09-211-0/+45
| | | | | | | The T_now_tick() is a fall back time measurement using the CPU counter in case no Clock Driver is configured. Some CPU counter may overflow during the test execution. Accumulate the elapsed time to reduce the chance of CPU counter overflows.
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-1/+1
| | | | Update #3199.
* libtest: Use test configuration in T_now()Sebastian Huber2019-12-201-5/+10
| | | | | Use the user provided now handler of the test configuration to get the time in T_now().
* Add RTEMS Test FrameworkSebastian Huber2019-03-271-0/+233
Update #3199.