summaryrefslogtreecommitdiff
path: root/cpukit/libtest/t-test-checks.c (follow)
AgeCommit message (Collapse)Author
2020-07-23libtest: Add T_CHECK_FMTSebastian Huber
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.
2020-07-23libtest: Move <t.h> to <rtems/test.h>Sebastian Huber
Update #3199.
2019-03-27Add RTEMS Test FrameworkSebastian Huber
Update #3199.