summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/run_scenarios (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-26make check now works and reports pass/failJoel Sherrill1-5/+31
2014-05-26Add initial support for make checkJoel Sherrill1-5/+10
+ Enhance run_scenario to run from build tree. Required specification of both executable and scenario directory + check-local stanzas have first cut at which scenarios to run for each scheduler. TODO: + Verify behavior of each scheduler versus expected output. + Ensure list of scenarios executed is complete and appropriate. For example, SMP schedulers should avoid disable preemption scenarios.
2013-04-30Remove CVS $Joel Sherrill1-2/+0
2011-06-282011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-8/+9
* run_scenarios: Take name/full path of simulator instance -- not just directory -- since name may be unique.
2011-06-232011-06-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+12
* run_scenarios: Improve error checking.
2011-05-172011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+90
* Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work. * run_scenarios: New file.