summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testbusy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Add T_get_one_clock_tick_busy()Sebastian Huber2020-07-231-73/+0
| | | | Update #3199.
* libtest: Add T_busy()Sebastian Huber2020-07-231-17/+3
| | | | Update #3199.
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-1/+1
| | | | | | | | Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
* build: Move test support to librtemstest.aSebastian Huber2019-03-261-0/+124
One reason to move the test support into a dedicated library are the standard output __wrap_*() functions. They may conflict with application level wrappers. Update #3199.