summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test-info.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add header for RTEMS test printerSebastian Huber2023-09-261-16/+2
| | | | | | | | | | The <rtems/test-info.h> header file is required for every RTEMS test program. Move the RTEMS test printer support to a dedicated header file <rtems/test-printer.h>. This removes an unnecessary dependency to the RTEMS printer support in <rtems/test-info.h>. Tests using the RTEMS Testing Framework no longer depend on the <rtems/printer.h>.
* libtest: Place files into a Doxygen groupSebastian Huber2023-07-261-0/+9
| | | | | | Canonicalize the file headers. Update #3707.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill2022-08-101-3/+3
|
* libtest: Add missing initializerSebastian Huber2022-07-251-1/+1
|
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-041-0/+6
| | | | Update #4670.
* cpukit/include/rtems: Change license to BSD-2Joel Sherrill2022-03-251-3/+22
| | | | Updates #3053.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* 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.