summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 7ef4113..8257c8a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -20,7 +20,9 @@ manual_tests (
20 domainadaptortest 20 domainadaptortest
21 messagequeuetest 21 messagequeuetest
22 indextest 22 indextest
23 dummyresourcebenchmark
23) 24)
24 25
25target_link_libraries(dummyresourcetest akonadi2_resource_dummy) 26target_link_libraries(dummyresourcetest akonadi2_resource_dummy)
27target_link_libraries(dummyresourcebenchmark akonadi2_resource_dummy)
26 28