summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/test-destructor.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* libtest: Change T_step() and T_assert_step()Sebastian Huber2020-08-181-1/+1
| | | | | | | | | | | Normally, the expected test step must be a compile time constant. Allow variable expected test steps for the T_step() and T_assert_step(). This can be used for parameterized test loops with individual fixtures. Remove the ability to use custom failure messages due to some implementation constraints. 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/+7
|
* ttest01: Add more test casesSebastian Huber2019-10-111-0/+54
Update #3199.