diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
commit | 1710fab0965d32b883dfcc327c36d3fd38a91357 (patch) | |
tree | 1ba0d5d4728ff6405846a99549293a4b4c69da25 /tests/CMakeLists.txt | |
parent | 62d74778fa315091c5f0b99093bd806a1ccd7a79 (diff) | |
download | sink-1710fab0965d32b883dfcc327c36d3fd38a91357.tar.gz sink-1710fab0965d32b883dfcc327c36d3fd38a91357.zip |
A read-only maildir resource.
Respectively a first prototype thereof.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 11fe415..b909681 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -47,8 +47,13 @@ auto_tests ( | |||
47 | pipelinetest | 47 | pipelinetest |
48 | querytest | 48 | querytest |
49 | ) | 49 | ) |
50 | |||
51 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) | 50 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) |
52 | target_link_libraries(dummyresourcebenchmark akonadi2_resource_dummy) | 51 | target_link_libraries(dummyresourcebenchmark akonadi2_resource_dummy) |
53 | target_link_libraries(querytest akonadi2_resource_dummy) | 52 | target_link_libraries(querytest akonadi2_resource_dummy) |
54 | 53 | ||
54 | if (BUILD_MAILDIR) | ||
55 | auto_tests ( | ||
56 | maildirresourcetest | ||
57 | ) | ||
58 | target_link_libraries(maildirresourcetest akonadi2_resource_maildir) | ||
59 | endif() | ||