ready to implement external execution aspect of task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user