From 6434a87199b3259e9002570332beaa8caf5d2213 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 24 May 2016 09:20:02 +0200 Subject: A generic mailtest that can be applied to all resources that support mails. --- examples/imapresource/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/imapresource/tests/CMakeLists.txt') 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) auto_tests ( imapresourcetest imapserverproxytest + imapmailtest ) target_link_libraries(imapresourcetest sink_resource_imap) target_link_libraries(imapserverproxytest sink_resource_imap) +target_link_libraries(imapmailtest sink_test sink_resource_imap) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) -- cgit v1.2.3