diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 17:24:40 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 17:24:40 +0200 |
commit | 4d89be0c8ed4a9b33d44f9782e93709be8fc8042 (patch) | |
tree | c2f06bc4ad8e6eaf53435536ec6ce448fdf80339 /tests/CMakeLists.txt | |
parent | ed0faba01b26579e726f5a2d3cf5efb14140322c (diff) | |
download | sink-4d89be0c8ed4a9b33d44f9782e93709be8fc8042.tar.gz sink-4d89be0c8ed4a9b33d44f9782e93709be8fc8042.zip |
Got rid of the maildirresourcetest
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c9ad41f..0d45f3a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -54,14 +54,3 @@ target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy) | |||
54 | target_link_libraries(querytest sink_resource_dummy) | 54 | target_link_libraries(querytest sink_resource_dummy) |
55 | target_link_libraries(modelinteractivitytest sink_resource_dummy) | 55 | target_link_libraries(modelinteractivitytest sink_resource_dummy) |
56 | target_link_libraries(inspectiontest sink_resource_dummy) | 56 | target_link_libraries(inspectiontest sink_resource_dummy) |
57 | |||
58 | if (BUILD_MAILDIR) | ||
59 | auto_tests ( | ||
60 | maildirresourcetest | ||
61 | ) | ||
62 | manual_tests ( | ||
63 | maildirsyncbenchmark | ||
64 | ) | ||
65 | target_link_libraries(maildirresourcetest sink_resource_maildir) | ||
66 | target_link_libraries(maildirsyncbenchmark sink_resource_maildir) | ||
67 | endif() | ||