diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 20:49:37 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 20:52:33 -0600 |
commit | 9efd56c64fe848b4557dccbdac244571d97bfc77 (patch) | |
tree | 7ffd4b14ac21766155d7a3986b0a8b4351a45530 /framework/src/CMakeLists.txt | |
parent | c06438012eb09563daeeb82cacf937efd724cb55 (diff) | |
download | kube-9efd56c64fe848b4557dccbdac244571d97bfc77.tar.gz kube-9efd56c64fe848b4557dccbdac244571d97bfc77.zip |
A single test for all accountsettings.
Only the imaptest was working anyways and all of them tested the same
things.
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index a22e8c06..8bb3d05c 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -69,5 +69,6 @@ set(BUILD_TESTING ON) | |||
69 | 69 | ||
70 | add_subdirectory(domain/mime/tests) | 70 | add_subdirectory(domain/mime/tests) |
71 | add_subdirectory(domain/mime/mimetreeparser) | 71 | add_subdirectory(domain/mime/mimetreeparser) |
72 | add_subdirectory(domain/settings/tests) | ||
72 | 73 | ||
73 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 74 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |