summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-03 14:47:30 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-03 14:47:30 +0100
commit355ab292e362770e707ec9c16679e12505d7771c (patch)
treee1fd9711e397b87584d697ab1ccfcc718a02ce91
parentc5495c22418fc6da2ebdc98a24156dea701b3b3e (diff)
downloadsink-355ab292e362770e707ec9c16679e12505d7771c.tar.gz
sink-355ab292e362770e707ec9c16679e12505d7771c.zip
Benchmarks in tests are too fragile
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6e90ea7..a825855 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -34,6 +34,7 @@ manual_tests (
34 mailquerybenchmark 34 mailquerybenchmark
35 pipelinebenchmark 35 pipelinebenchmark
36 dummyresourcewritebenchmark 36 dummyresourcewritebenchmark
37 databasepopulationandfacadequerybenchmark
37) 38)
38 39
39auto_tests ( 40auto_tests (
@@ -55,7 +56,6 @@ auto_tests (
55 interresourcemovetest 56 interresourcemovetest
56 notificationtest 57 notificationtest
57 entitystoretest 58 entitystoretest
58 databasepopulationandfacadequerybenchmark
59) 59)
60generate_flatbuffers(dummyresourcetest calendar) 60generate_flatbuffers(dummyresourcetest calendar)
61target_link_libraries(dummyresourcetest sink_resource_dummy) 61target_link_libraries(dummyresourcetest sink_resource_dummy)