summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-objs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Place files into a Doxygen groupSebastian Huber2023-07-261-2/+3
| | | | | | 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.
* libtest: Add support to seize/surrender objectsSebastian Huber2021-02-241-0/+54
|
* libtest: Add T_get_thread_timer_state()Sebastian Huber2021-02-081-0/+29
|
* 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-80/+15
| | | | Update #3199.
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-1/+1
| | | | Update #3199.
* libtest: Fix use of T_check_true()Sebastian Huber2019-12-201-2/+2
|
* libtest: Add more action eventsSebastian Huber2019-10-111-10/+10
| | | | | | This allows more control over the initialization and finalization run. Update #3199.
* Add RTEMS Test FrameworkSebastian Huber2019-03-271-0/+447
Update #3199.