dependency management implemented -- this should be polished later to say the task name in the exception message. last feature to implement is logging.
This commit is contained in:
@@ -42,6 +42,11 @@ class Task
|
||||
|
||||
// execute this task's definition
|
||||
void execute( bool verbose );
|
||||
|
||||
void mark_complete();
|
||||
|
||||
// returns a pointer to the dependencies vector
|
||||
std::vector<std::string> get_dependencies();
|
||||
};
|
||||
|
||||
#endif //FTESTS_TASK_H
|
||||
|
||||
Reference in New Issue
Block a user