summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-24 22:15:18 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-24 22:15:18 +0100
commit9ea268a6d0f4054c31b2729ecd6cfcc9d07a2d6a (patch)
tree41fef7daac9e5ae64d61452a3f38c82243d29fdd /tests/CMakeLists.txt
parent84d70933c0cd0987d5fee5a78f413fec82bb1288 (diff)
downloadsink-9ea268a6d0f4054c31b2729ecd6cfcc9d07a2d6a.tar.gz
sink-9ea268a6d0f4054c31b2729ecd6cfcc9d07a2d6a.zip
Implemented notification support in the model.
This will allow us to fold things like progress and sync status directly into the model. Usecases are mail download progress and folder sync progress. Ideally we would also solve the resource/account state through this.
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 7144d41..fef76bd 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -44,6 +44,7 @@ auto_tests (
44 testaccounttest 44 testaccounttest
45 dummyresourcemailtest 45 dummyresourcemailtest
46 interresourcemovetest 46 interresourcemovetest
47 notificationtest
47) 48)
48generate_flatbuffers(dummyresourcetest calendar) 49generate_flatbuffers(dummyresourcetest calendar)
49target_link_libraries(dummyresourcetest sink_resource_dummy) 50target_link_libraries(dummyresourcetest sink_resource_dummy)
@@ -52,3 +53,4 @@ target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy)
52target_link_libraries(querytest sink_resource_dummy) 53target_link_libraries(querytest sink_resource_dummy)
53target_link_libraries(modelinteractivitytest sink_resource_dummy) 54target_link_libraries(modelinteractivitytest sink_resource_dummy)
54target_link_libraries(inspectiontest sink_resource_dummy) 55target_link_libraries(inspectiontest sink_resource_dummy)
56target_link_libraries(notificationtest sink_resource_dummy)