diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b8ee5a5..78c2c01 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -64,5 +64,9 @@ if (BUILD_MAILDIR) | |||
64 | auto_tests ( | 64 | auto_tests ( |
65 | maildirresourcetest | 65 | maildirresourcetest |
66 | ) | 66 | ) |
67 | manual_tests ( | ||
68 | maildirsyncbenchmark | ||
69 | ) | ||
67 | target_link_libraries(maildirresourcetest sink_resource_maildir) | 70 | target_link_libraries(maildirresourcetest sink_resource_maildir) |
71 | target_link_libraries(maildirsyncbenchmark sink_resource_maildir) | ||
68 | endif() | 72 | endif() |