From 205f7947a6fb56c994d066462e73dbd7dd99a968 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 May 2014 14:08:12 -0500 Subject: Add initial support for make check + 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. --- schedsim/shell/run_scenarios | 15 ++++++++++----- schedsim/shell/schedsim_priority/Makefile.am | 7 +++++++ schedsim/shell/schedsim_smppriority/Makefile.am | 12 ++++++++++++ .../shell/schedsim_smppriority_affinity/Makefile.am | 17 +++++++++++++++++ schedsim/shell/schedsim_smpsimple/Makefile.am | 12 ++++++++++++ 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/schedsim/shell/run_scenarios b/schedsim/shell/run_scenarios index 76f9e69..86f0f8d 100755 --- a/schedsim/shell/run_scenarios +++ b/schedsim/shell/run_scenarios @@ -21,6 +21,7 @@ usage() cat <