summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/testsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-03testsupport: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2018-02-02test: Add rtems_test_busy_cpu_usage()Sebastian Huber1-1/+18
2018-01-25Remove make preinstallChris Johns1-314/+0
2018-01-22tests: Change TEST BUILD to use define namesSebastian Huber1-77/+32
2018-01-16testsupport/testbeginend.c: Fix redefined warningJoel Sherrill1-1/+3
2017-11-29testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()Joel Sherrill1-1/+1
2017-11-11tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns3-0/+60
2017-11-11tests: Use rtems_test_begin and rtems_test_end.Chris Johns2-13/+120
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber1-1/+6
2017-06-29tests: Move busy loop to test supportSebastian Huber2-1/+124
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber2-3/+3
2016-11-03testsupport: Determine worker index via processorSebastian Huber2-40/+36
2016-06-22Rename rtems_test_print() into rtems_test_printf()Sebastian Huber2-2/+2
2016-06-22Move printer initialization to separate headerSebastian Huber1-1/+1
2016-06-22Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber1-1/+1
2016-06-01smptests/smpatomic01: New test casesSebastian Huber1-1/+3
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns3-62/+43
2015-03-25testsupport: Generate unique worker namesSebastian Huber1-1/+11
2015-03-18testsupport: Do not suspend worker tasksSebastian Huber1-1/+3
2015-03-17testsupport: Add worker setup handlerSebastian Huber2-12/+71
2015-03-06testsupport: Add cascade option to parallel testAlexander Krutwig2-11/+44
2015-03-05tests: Fix warningSebastian Huber1-2/+1
2015-03-05tests: Refactor parallel test executionAlexander Krutwig2-0/+268
2015-03-05Move test support from sapi to libmisc/testsupportSebastian Huber3-0/+240