summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sprmsched01/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/sptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-21/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* sprmsched01/spedfsched04: ReviseKuan-Hsun Chen2017-01-311-2/+2
| | | | | | | | Instead of using the target time and console driver, both tests now use assertions and rtems_rate_monotonic_get_status() to verify the count of postponed jobs. The setting of spedfsched04 is slightly changed. Close #2795.
* sptests/sprmsched01: Merge and fixSebastian Huber2017-01-241-1/+1
| | | | | | | Merge into one file and fix obvious problems (e.g. out of bounds array access). Update #2795.
* sptests: rate monotonic scheduler overrun handlingKuan-Hsun Chen2017-01-131-0/+21
Update #2795.