summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-heap.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-23libtest: Add T_CHECK_FMTSebastian Huber1-2/+2
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 Huber1-1/+1
Update #3199.
2019-10-11libtest: Add more action eventsSebastian Huber1-1/+1
This allows more control over the initialization and finalization run. Update #3199.
2019-03-27Add RTEMS Test FrameworkSebastian Huber1-0/+112
Update #3199.