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 c020e06..d4c3059 100644 --- a/tests/hawd/module.cpp +++ b/tests/hawd/module.cpp | |||
@@ -20,6 +20,7 @@ | |||
20 | #include "module.h" | 20 | #include "module.h" |
21 | 21 | ||
22 | #include "modules/list.h" | 22 | #include "modules/list.h" |
23 | #include "modules/check.h" | ||
23 | 24 | ||
24 | #include <QCoreApplication> | 25 | #include <QCoreApplication> |
25 | 26 | ||
@@ -48,6 +49,7 @@ Module::Module() | |||
48 | void Module::loadModules() | 49 | void Module::loadModules() |
49 | { | 50 | { |
50 | addModule(List()); | 51 | addModule(List()); |
52 | addModule(Check()); | ||
51 | } | 53 | } |
52 | 54 | ||
53 | void Module::printCommands() | 55 | void Module::printCommands() |