diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:13:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:13:30 +0200 |
commit | 2c1199eb5b05cc55f4e859be1f903a536468b1fe (patch) | |
tree | 7d519ed3899b2221620f37b94dd2d4e6985915b1 /CMakeLists.txt | |
parent | 7a1460b35f6282f76150d8aa504930fe196ef2aa (diff) | |
download | sink-2c1199eb5b05cc55f4e859be1f903a536468b1fe.tar.gz sink-2c1199eb5b05cc55f4e859be1f903a536468b1fe.zip |
Automatic tests.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97c4466..361c5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -42,6 +42,8 @@ include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | |||
42 | 42 | ||
43 | configure_file(hawd.conf hawd.conf) | 43 | configure_file(hawd.conf hawd.conf) |
44 | 44 | ||
45 | enable_testing() | ||
46 | |||
45 | set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) | 47 | set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) |
46 | 48 | ||
47 | # common, eventually a lib but right now just the command buffers | 49 | # common, eventually a lib but right now just the command buffers |