summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 20:45:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 20:45:05 +0100
commit14cea590f52aa8b01347bc732872edae576a13c5 (patch)
tree312cc76308c10eb9a7553fe82063025498c91130
parent9c50b88a5dcd838834a8b4b835e1ffd392662c14 (diff)
downloadsink-14cea590f52aa8b01347bc732872edae576a13c5.tar.gz
sink-14cea590f52aa8b01347bc732872edae576a13c5.zip
Ensure the flatbuffer file is built before the tests
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index a825855..f0d9eae 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -57,7 +57,7 @@ auto_tests (
57 notificationtest 57 notificationtest
58 entitystoretest 58 entitystoretest
59) 59)
60generate_flatbuffers(dummyresourcetest calendar) 60generate_flatbuffers(sink_test calendar)
61target_link_libraries(dummyresourcetest sink_resource_dummy) 61target_link_libraries(dummyresourcetest sink_resource_dummy)
62target_link_libraries(dummyresourcebenchmark sink_resource_dummy) 62target_link_libraries(dummyresourcebenchmark sink_resource_dummy)
63target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy) 63target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy)