summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test-info.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-101-1/+1
| | | | | | | | | | | Provide RTEMS_NO_RETURN also in case RTEMS_DEBUG is defined to prevent errors like this: error: no return statement in function returning non-void [-Werror=return-type] Use C11 and C++11 standard means to declare a no-return function. Close #4122.
* libtest: Add rtems_test_run()Sebastian Huber2020-07-231-0/+14
| | | | Update #3199.
* libtest: Add T_get_one_clock_tick_busy()Sebastian Huber2020-07-231-6/+0
| | | | Update #3199.
* libtest: Add T_busy()Sebastian Huber2020-07-231-11/+1
| | | | Update #3199.
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-0/+329
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.