diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-29 23:13:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-29 23:13:05 +0100 |
commit | 617296bef9f4965655424bf57adaf78d0db7956d (patch) | |
tree | e2a2c068a6443d02ff9966d666caf3b1d040903a /tests/CMakeLists.txt | |
parent | ee82717f76787774fe899882e7cb1af2acc2ae4b (diff) | |
download | sink-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.txt | 2 |
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) | |||
16 | manual_tests ( | 16 | manual_tests ( |
17 | storagebenchmark | 17 | storagebenchmark |
18 | storagetest | 18 | storagetest |
19 | dummyresourcefacadetest | ||
20 | dummyresourcetest | 19 | dummyresourcetest |
21 | ) | 20 | ) |
22 | 21 | ||
23 | target_link_libraries(dummyresourcefacadetest akonadi2_resource_dummy) | ||
24 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) | 22 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) |
25 | 23 | ||