diff options
Diffstat (limited to 'tests/hawd/module.cpp')
-rw-r--r-- | tests/hawd/module.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/module.cpp b/tests/hawd/module.cpp index eb45def..7753b44 100644 --- a/tests/hawd/module.cpp +++ b/tests/hawd/module.cpp | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include "modules/list.h" | 22 | #include "modules/list.h" |
23 | #include "modules/check.h" | 23 | #include "modules/check.h" |
24 | #include "modules/print.h" | ||
24 | 25 | ||
25 | #include <QCoreApplication> | 26 | #include <QCoreApplication> |
26 | 27 | ||
@@ -51,7 +52,7 @@ void Module::loadModules() | |||
51 | addModule(List()); | 52 | addModule(List()); |
52 | addModule(Check()); | 53 | addModule(Check()); |
53 | addModule(CheckAll()); | 54 | addModule(CheckAll()); |
54 | // addModule(Print()); | 55 | addModule(Print()); |
55 | // addModule(Annotate()); | 56 | // addModule(Annotate()); |
56 | // addModule(Remove()); | 57 | // addModule(Remove()); |
57 | } | 58 | } |