summaryrefslogtreecommitdiffstats
path: root/tests/hawd/module.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:30:26 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commitcad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0 (patch)
tree76f11dae1ae29b38716784821e3a4de1d5219202 /tests/hawd/module.cpp
parentce7056d27d63d33c9fd38f41abfacb8afb1eaaf4 (diff)
downloadsink-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.cpp2
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()
48void Module::loadModules() 49void Module::loadModules()
49{ 50{
50 addModule(List()); 51 addModule(List());
52 addModule(Check());
51} 53}
52 54
53void Module::printCommands() 55void Module::printCommands()