diff options
Diffstat (limited to 'tests/hawd/module.cpp')
-rw-r--r-- | tests/hawd/module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hawd/module.cpp b/tests/hawd/module.cpp index 7753b44..0fcbfc6 100644 --- a/tests/hawd/module.cpp +++ b/tests/hawd/module.cpp | |||
@@ -22,6 +22,7 @@ | |||
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 | #include "modules/print.h" |
25 | #include "modules/json.h" | ||
25 | 26 | ||
26 | #include <QCoreApplication> | 27 | #include <QCoreApplication> |
27 | 28 | ||
@@ -53,6 +54,7 @@ void Module::loadModules() | |||
53 | addModule(Check()); | 54 | addModule(Check()); |
54 | addModule(CheckAll()); | 55 | addModule(CheckAll()); |
55 | addModule(Print()); | 56 | addModule(Print()); |
57 | addModule(Json()); | ||
56 | // addModule(Annotate()); | 58 | // addModule(Annotate()); |
57 | // addModule(Remove()); | 59 | // addModule(Remove()); |
58 | } | 60 | } |