diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-28 12:48:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-28 12:48:43 +0100 |
commit | 088d8a40c195ce6dcb91556a17f69d26e5586a3e (patch) | |
tree | 628ac5f7bb5fd782f60713ac187cbd9c71d22589 /tests/CMakeLists.txt | |
parent | 0118cd09f9a2cc956ae0a07b3ba8ad3c95314cab (diff) | |
download | sink-088d8a40c195ce6dcb91556a17f69d26e5586a3e.tar.gz sink-088d8a40c195ce6dcb91556a17f69d26e5586a3e.zip |
Removed most uses of SyncListResult and brought back the
dummyresourcetest
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b26797c..11fe415 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -37,7 +37,7 @@ manual_tests ( | |||
37 | auto_tests ( | 37 | auto_tests ( |
38 | clientapitest | 38 | clientapitest |
39 | storagetest | 39 | storagetest |
40 | # dummyresourcetest | 40 | dummyresourcetest |
41 | domainadaptortest | 41 | domainadaptortest |
42 | messagequeuetest | 42 | messagequeuetest |
43 | indextest | 43 | indextest |
@@ -48,7 +48,7 @@ auto_tests ( | |||
48 | querytest | 48 | querytest |
49 | ) | 49 | ) |
50 | 50 | ||
51 | # target_link_libraries(dummyresourcetest akonadi2_resource_dummy) | 51 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) |
52 | target_link_libraries(dummyresourcebenchmark akonadi2_resource_dummy) | 52 | target_link_libraries(dummyresourcebenchmark akonadi2_resource_dummy) |
53 | target_link_libraries(querytest akonadi2_resource_dummy) | 53 | target_link_libraries(querytest akonadi2_resource_dummy) |
54 | 54 | ||