summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/test-fixture.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Add fixture stepsSebastian Huber2020-08-181-17/+17
| | | | | | Support a new test plan for each nested fixture. Update #3199.
* libtest: Change fixture scope methodSebastian Huber2020-08-181-4/+4
| | | | | | | Return the produced character count. There is no need for a NUL termination. Update #3199.
* libtest: Add push/pop fixture supportSebastian Huber2020-07-231-7/+98
| | | | Update #3199.
* libtest: Support custom scope messages via fixtureSebastian Huber2020-07-231-8/+16
| | | | Update #3199.
* libtest: Move <t.h> to <rtems/test.h>Sebastian Huber2020-07-231-1/+1
| | | | Update #3199.
* ttest01: Add test outputs all test casesMikail Yayla2019-10-111-0/+20
|
* ttest01: Add more test casesSebastian Huber2019-10-111-0/+96
Update #3199.