summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testbeginend.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change expected pass state stringSebastian Huber2019-12-051-1/+1
| | | | Use separator character '_' for all test states.
* libtest: Change expected fail state stringSebastian Huber2019-12-041-1/+1
| | | | | | Use the value expected by the RTEMS Tester. There are two separator characters used ('-' and '_') for the states. This is a bit inconsistent.
* build: Move test support to librtemstest.aSebastian Huber2019-03-261-0/+104
One reason to move the test support into a dedicated library are the standard output __wrap_*() functions. They may conflict with application level wrappers. Update #3199.