summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-1/+1
| | | | Update #3199.
* libtest: Use test configuration in T_now()Sebastian Huber2019-12-201-0/+11
| | | | | Use the user provided now handler of the test configuration to get the time in T_now().
* libtest: Output basename of source filesSebastian Huber2019-11-251-4/+18
| | | | | | | | | | | Output only the basename of source files to be independent of the build system source paths. In the future it may be better to use the GCC -fmacro-prefix-map option. This option is available in GCC 8 and later. It is not yet available in clang. Update #3818.
* libtest: Add more action eventsSebastian Huber2019-10-111-8/+10
| | | | | | This allows more control over the initialization and finalization run. Update #3199.
* libtest: Do all output in test runnerSebastian Huber2019-10-111-23/+115
| | | | | | | | This ensures that lines are output atomically if they are produced by different other contexts, e.g. interrupts, other processors, other threads. Update #3199.
* Add RTEMS Test FrameworkSebastian Huber2019-03-271-0/+888
Update #3199.