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/CMakeLists.txt | |
parent | ce7056d27d63d33c9fd38f41abfacb8afb1eaaf4 (diff) | |
download | sink-cad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0.tar.gz sink-cad5f1bc0c9042c9b1b8b2e48a7d7a5f931ca0e0.zip |
add a checker module: hawd check <module names>
Diffstat (limited to 'tests/hawd/CMakeLists.txt')
-rw-r--r-- | tests/hawd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt index ebc5ac2..e15589a 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -12,6 +12,7 @@ set(SRCS | |||
12 | main.cpp | 12 | main.cpp |
13 | module.cpp | 13 | module.cpp |
14 | modules/list.cpp | 14 | modules/list.cpp |
15 | modules/check.cpp | ||
15 | ) | 16 | ) |
16 | 17 | ||
17 | add_library(libhawd ${lib_SRCS}) | 18 | add_library(libhawd ${lib_SRCS}) |