diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-24 12:51:58 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-27 23:22:10 +0200 |
commit | 4430eabdfeddf02c20424508a2a4207b6b4a764e (patch) | |
tree | e0eea7a4ba9e109fbc8e2baa774c3397e888757d /tests/CMakeLists.txt | |
parent | 71aace61b7b1c27ac9296a882b209fe966be5848 (diff) | |
download | sink-4430eabdfeddf02c20424508a2a4207b6b4a764e.tar.gz sink-4430eabdfeddf02c20424508a2a4207b6b4a764e.zip |
Test generic stuff separately from the dummyresource
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 35b3996..eb4d606 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -39,6 +39,7 @@ auto_tests ( | |||
39 | domainadaptortest | 39 | domainadaptortest |
40 | messagequeuetest | 40 | messagequeuetest |
41 | indextest | 41 | indextest |
42 | genericresourcetest | ||
42 | ) | 43 | ) |
43 | 44 | ||
44 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) | 45 | target_link_libraries(dummyresourcetest akonadi2_resource_dummy) |