diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-09 22:30:26 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:01:13 +0100 |
commit | cad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0 (patch) | |
tree | 76f11dae1ae29b38716784821e3a4de1d5219202 /tests/hawd/module.cpp | |
parent | ce7056d27d63d33c9fd38f41abfacb8afb1eaaf4 (diff) | |
download | sink-cad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0.tar.gz sink-cad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0.zip |
add a checker module: hawd check <module names>
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() |