diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 09:20:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 09:20:02 +0200 |
commit | 6434a87199b3259e9002570332beaa8caf5d2213 (patch) | |
tree | 87c5fe877e350b067b37961b9af2058693be8665 /examples/imapresource/tests/CMakeLists.txt | |
parent | f47270cea65545f946ff301014cb09bd5ff40261 (diff) | |
download | sink-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.txt | 2 |
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) | |||
16 | auto_tests ( | 16 | auto_tests ( |
17 | imapresourcetest | 17 | imapresourcetest |
18 | imapserverproxytest | 18 | imapserverproxytest |
19 | imapmailtest | ||
19 | ) | 20 | ) |
20 | target_link_libraries(imapresourcetest sink_resource_imap) | 21 | target_link_libraries(imapresourcetest sink_resource_imap) |
21 | target_link_libraries(imapserverproxytest sink_resource_imap) | 22 | target_link_libraries(imapserverproxytest sink_resource_imap) |
23 | target_link_libraries(imapmailtest sink_test sink_resource_imap) | ||
22 | 24 | ||
23 | install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) | 25 | install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) |