diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-10 17:16:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-10 17:16:49 +0200 |
commit | 8952f17e278088be95094ddb8e81a09131c9154b (patch) | |
tree | b9abd6bdcbf17501700e3e93650e91cfc0fa57a8 /tests/hawd/module.cpp | |
parent | 4c0fe06dc4f66309cc66d90692ea31c22d5246b1 (diff) | |
download | sink-8952f17e278088be95094ddb8e81a09131c9154b.tar.gz sink-8952f17e278088be95094ddb8e81a09131c9154b.zip |
hawd json output module
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 | } |