ready to implement external execution aspect of task

This commit is contained in:
Chris Punches
2017-06-26 22:27:24 -04:00
parent 0bd455dd97
commit c87a56eb37
8 changed files with 63 additions and 6 deletions

View File

@@ -39,6 +39,9 @@ class Task
// fetch the name of a task
std::string get_name();
// execute this task's definition
void execute( bool verbose );
};
#endif //FTESTS_TASK_H