summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ttest01: Check init/final run outputSebastian Huber2019-10-111-0/+85
| | | | Update #3199.
* ttest01: Add more test casesSebastian Huber2019-10-111-3/+51
| | | | Update #3199.
* libtest: Do all output in test runnerSebastian Huber2019-10-111-0/+4
| | | | | | | | This ensures that lines are output atomically if they are produced by different other contexts, e.g. interrupts, other processors, other threads. Update #3199.
* ttest01: New testSebastian Huber2019-03-271-0/+187
This is an example test using the RTEMS Test Framework. It tests also the framework itself. Add T_FILE_NAME command line define to get rid of the full file path. This is important to reduce the read-only data of test files and make them build system independent. Update #3199.