summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/run_scenarios (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make check now works and reports pass/failJoel Sherrill2014-05-261-5/+31
|
* Add initial support for make checkJoel Sherrill2014-05-261-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.
* Remove CVS $Joel Sherrill2013-04-301-2/+0
|
* 2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-281-8/+9
| | | | | * run_scenarios: Take name/full path of simulator instance -- not just directory -- since name may be unique.
* 2011-06-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-231-0/+12
| | | | * run_scenarios: Improve error checking.
* 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-171-0/+90
* Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work. * run_scenarios: New file.