summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testrun.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change verbosity to normalSebastian Huber2023-12-191-1/+1
| | | | | A verbose verbosity is not required for normal test suite runs. It may be used to debug test cases.
* libtest: Fix test printer in rtems_test_run()Sebastian Huber2023-12-141-2/+11
| | | | | Route the test output through T_vprintf() only while the test suite runs. Otherwise, the begin/end of test message may not show up.
* libtest: Set test printer in rtems_test_run()Sebastian Huber2023-12-141-3/+11
| | | | Route the test output through T_vprintf().
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* libtest: Make test case allocator configurableSebastian Huber2020-11-191-0/+4
|
* libtest: Add rtems_test_run()Sebastian Huber2020-07-231-0/+87
Update #3199.