summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/test-checks.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-08-31libtest: Fix warnings without a pragmaSebastian Huber1-5/+5
It seems that recent GCC versions expect that functions with a "const type *" parameter will read from the referenced location. Update #4662.
2022-08-19ttest01/test-checks.c: Initialize variablesRyan Long1-5/+5
These uninitialized variables were causing warnings to be generated. Updates #4662
2020-07-23libtest: Make check message optionalSebastian Huber1-0/+23
This macro magic is in line with C11 and C++11, but limits the maximum count of arguments. Update #3199.
2020-07-23libtest: Move <t.h> to <rtems/test.h>Sebastian Huber1-1/+1
Update #3199.
2019-10-11ttest01: Add test outputs all test casesMikail Yayla1-0/+2503
2019-10-11ttest01: Add more test casesSebastian Huber1-0/+2919
Update #3199.