summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spqreslib/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-05tests: Use rtems_task_exit()Sebastian Huber1-2/+1
Update #3533.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-02-14spqreslib: Remove invalid test casesSebastian Huber1-16/+2
2016-06-24score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber1-0/+2
This is an implementation detail of the EDF scheduler.
2014-03-25tests/sptests: Use <rtems/test.h>Sebastian Huber1-1/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-09spqreslib - Make global data extern in system.hJoel Sherrill1-2/+7
Global data was declared in system.h but should have been extern in system.h and declared in init.c. There were duplicate symbol linking errors on at least powerpc/mpc8260ads.
2012-04-15PR1908: QoS library for CBS schedulerPetr Benes1-0/+227
Add the lipqos and sptest.