summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-context.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Improve T_check_task_contextSebastian Huber2020-08-071-0/+46
| | | | Update #3199.
* libtest: Add T_CHECK_FMTSebastian Huber2020-07-231-3/+3
| | | | | | | | | | | | Rename internal function T_check_true() to T_check() and use the new flag T_CHECK_FMT to indicate if a format string is present. This is a preparation step to make the format string optional. Make the check context the first parameter. The API remains the same. Update #3199.
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-1/+1
| | | | Update #3199.
* libtest: Fix T_check_task_context()Sebastian Huber2020-01-281-2/+2
| | | | Fix T_check_task_context() in RTEMS_SMP with RTEMS_DEBUG configurations.
* libtest: Add T_check_task_context() actionSebastian Huber2019-12-201-0/+69