summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/iterator_benchmark/CMakeLists.txt
blob: ea0ffbae9f17a2241e8f54dac87d23a83943b01f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_iterator_benchmark_test_app TEST
    SOURCES
    iterator_benchmark_test.cpp
    DEPENDS
    searchlib
    searchlib_test
    GTest::GTest
)
# Note: this should not be executed as a unit test, so the vespa_add_test() command is not specified.