summaryrefslogtreecommitdiffstats
path: root/framework/src/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-23 20:49:37 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-23 20:52:33 -0600
commit9efd56c64fe848b4557dccbdac244571d97bfc77 (patch)
tree7ffd4b14ac21766155d7a3986b0a8b4351a45530 /framework/src/CMakeLists.txt
parentc06438012eb09563daeeb82cacf937efd724cb55 (diff)
downloadkube-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.txt1
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
70add_subdirectory(domain/mime/tests) 70add_subdirectory(domain/mime/tests)
71add_subdirectory(domain/mime/mimetreeparser) 71add_subdirectory(domain/mime/mimetreeparser)
72add_subdirectory(domain/settings/tests)
72 73
73feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 74feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)