diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-24 22:15:18 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-24 22:15:18 +0100 |
commit | 9ea268a6d0f4054c31b2729ecd6cfcc9d07a2d6a (patch) | |
tree | 41fef7daac9e5ae64d61452a3f38c82243d29fdd /tests/CMakeLists.txt | |
parent | 84d70933c0cd0987d5fee5a78f413fec82bb1288 (diff) | |
download | sink-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.txt | 2 |
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 | ) |
48 | generate_flatbuffers(dummyresourcetest calendar) | 49 | generate_flatbuffers(dummyresourcetest calendar) |
49 | target_link_libraries(dummyresourcetest sink_resource_dummy) | 50 | target_link_libraries(dummyresourcetest sink_resource_dummy) |
@@ -52,3 +53,4 @@ target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy) | |||
52 | target_link_libraries(querytest sink_resource_dummy) | 53 | target_link_libraries(querytest sink_resource_dummy) |
53 | target_link_libraries(modelinteractivitytest sink_resource_dummy) | 54 | target_link_libraries(modelinteractivitytest sink_resource_dummy) |
54 | target_link_libraries(inspectiontest sink_resource_dummy) | 55 | target_link_libraries(inspectiontest sink_resource_dummy) |
56 | target_link_libraries(notificationtest sink_resource_dummy) | ||