diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-28 13:52:57 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-28 13:52:57 +0100 |
commit | 6a73a9c405473725ae7d7159e1f88ad54c10448c (patch) | |
tree | e5f8fbf1026382c4111c5cc9c9a2bf213527bed8 /tests/CMakeLists.txt | |
parent | 0bcde6de2ecce96a31c0b409481f660bb9e91582 (diff) | |
download | sink-6a73a9c405473725ae7d7159e1f88ad54c10448c.tar.gz sink-6a73a9c405473725ae7d7159e1f88ad54c10448c.zip |
Fixed and tested the upgrade from a database without version.
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 f0d9eae..883a38b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -56,6 +56,7 @@ auto_tests ( | |||
56 | interresourcemovetest | 56 | interresourcemovetest |
57 | notificationtest | 57 | notificationtest |
58 | entitystoretest | 58 | entitystoretest |
59 | upgradetest | ||
59 | ) | 60 | ) |
60 | generate_flatbuffers(sink_test calendar) | 61 | generate_flatbuffers(sink_test calendar) |
61 | target_link_libraries(dummyresourcetest sink_resource_dummy) | 62 | target_link_libraries(dummyresourcetest sink_resource_dummy) |