summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-posix-keys.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Add T_CHECK_FMTSebastian Huber2020-07-231-1/+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.
* libtest: Split POSIX Keys supportSebastian Huber2020-07-231-0/+115
Update #3199.