summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-24 09:20:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-24 09:20:02 +0200
commit6434a87199b3259e9002570332beaa8caf5d2213 (patch)
tree87c5fe877e350b067b37961b9af2058693be8665 /examples/imapresource/tests/CMakeLists.txt
parentf47270cea65545f946ff301014cb09bd5ff40261 (diff)
downloadsink-6434a87199b3259e9002570332beaa8caf5d2213.tar.gz
sink-6434a87199b3259e9002570332beaa8caf5d2213.zip
A generic mailtest that can be applied to all resources that support
mails.
Diffstat (limited to 'examples/imapresource/tests/CMakeLists.txt')
-rw-r--r--examples/imapresource/tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/imapresource/tests/CMakeLists.txt b/examples/imapresource/tests/CMakeLists.txt
index 8482720..b10adcd 100644
--- a/examples/imapresource/tests/CMakeLists.txt
+++ b/examples/imapresource/tests/CMakeLists.txt
@@ -16,8 +16,10 @@ endmacro(auto_tests)
16auto_tests ( 16auto_tests (
17 imapresourcetest 17 imapresourcetest
18 imapserverproxytest 18 imapserverproxytest
19 imapmailtest
19) 20)
20target_link_libraries(imapresourcetest sink_resource_imap) 21target_link_libraries(imapresourcetest sink_resource_imap)
21target_link_libraries(imapserverproxytest sink_resource_imap) 22target_link_libraries(imapserverproxytest sink_resource_imap)
23target_link_libraries(imapmailtest sink_test sink_resource_imap)
22 24
23install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) 25install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ)