summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-29 23:13:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-29 23:13:05 +0100
commit617296bef9f4965655424bf57adaf78d0db7956d (patch)
treee2a2c068a6443d02ff9966d666caf3b1d040903a /tests/CMakeLists.txt
parentee82717f76787774fe899882e7cb1af2acc2ae4b (diff)
downloadsink-617296bef9f4965655424bf57adaf78d0db7956d.tar.gz
sink-617296bef9f4965655424bf57adaf78d0db7956d.zip
Removed dummyresourcefacadetest
dummyresourcetest tests the facade as well and writes the proper storage format.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index dcf2f21..8a1069d 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -16,10 +16,8 @@ endmacro(manual_tests)
16manual_tests ( 16manual_tests (
17 storagebenchmark 17 storagebenchmark
18 storagetest 18 storagetest
19 dummyresourcefacadetest
20 dummyresourcetest 19 dummyresourcetest
21) 20)
22 21
23target_link_libraries(dummyresourcefacadetest akonadi2_resource_dummy)
24target_link_libraries(dummyresourcetest akonadi2_resource_dummy) 22target_link_libraries(dummyresourcetest akonadi2_resource_dummy)
25 23