LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tasks.hh
Go to the documentation of this file.
1 
6 #ifndef TASK_TASKS_HH
7 # define TASK_TASKS_HH
8 
9 # include <task/libtask.hh>
10 
11 namespace task
12 {
13  namespace tasks
14  {
15  TASK_GROUP("0. Tasks");
16 
18  TASK_DECLARE("task-list", "list registered tasks",
19  tasks_list, "");
21  TASK_DECLARE("task-graph", "show task graph",
22  tasks_graph, "");
24  TASK_DECLARE("task-selection", "list tasks to be run",
25  tasks_selection, "");
27  TASK_DECLARE("time-report", "report execution times",
28  time_report, "");
29  } // namespace tasks
30 
31 } // namespace ast
32 
33 #endif // !TASK_TASKS_HH