summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/bmcluster/estimate_moved_docs_ratio/CMakeLists.txt
blob: 23f72e4f1fa16845a849635cdf39bc2ae4ff75c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_bmcluster_estimate_moved_docs_ratio_test_app TEST
    SOURCES
    estimate_moved_docs_ratio_test.cpp
    DEPENDS
    searchcore_bmcluster
    GTest::GTest
)

vespa_add_test(NAME searchcore_bmcluster_estimate_moved_docs_ratio_test_app
    COMMAND searchcore_bmcluster_estimate_moved_docs_ratio_test_app)