diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-03 14:47:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-03 14:47:30 +0100 |
commit | 355ab292e362770e707ec9c16679e12505d7771c (patch) | |
tree | e1fd9711e397b87584d697ab1ccfcc718a02ce91 /tests | |
parent | c5495c22418fc6da2ebdc98a24156dea701b3b3e (diff) | |
download | sink-355ab292e362770e707ec9c16679e12505d7771c.tar.gz sink-355ab292e362770e707ec9c16679e12505d7771c.zip |
Benchmarks in tests are too fragile
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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 | ||
39 | auto_tests ( | 40 | auto_tests ( |
@@ -55,7 +56,6 @@ auto_tests ( | |||
55 | interresourcemovetest | 56 | interresourcemovetest |
56 | notificationtest | 57 | notificationtest |
57 | entitystoretest | 58 | entitystoretest |
58 | databasepopulationandfacadequerybenchmark | ||
59 | ) | 59 | ) |
60 | generate_flatbuffers(dummyresourcetest calendar) | 60 | generate_flatbuffers(dummyresourcetest calendar) |
61 | target_link_libraries(dummyresourcetest sink_resource_dummy) | 61 | target_link_libraries(dummyresourcetest sink_resource_dummy) |