able to move to plan impl now

This commit is contained in:
Chris Punches
2017-06-23 15:24:11 -04:00
parent fb87c61e86
commit 9c1580ad95
3 changed files with 5 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
int main( )
{
bool verbose = true;
// A Plan is made up of Tasks, and a Suite is made up of Units.
// A Plan declares what units are executed and a Suite declares the definitions of those units.
Conf configuration = Conf("/home/phanes/Development/internal/Examplar/conf/config.json");
@@ -14,10 +15,7 @@ int main( )
// std::cout << definitions_file << std::endl << plan_file << std::endl;
Suite available_definitions;
// Suite * unit_definitions = new Suite();
// unit_definitions->load_file( definitions_file );
available_definitions.load_units_file( definitions_file, verbose );
// Plan plan = Plan( plan_file );