summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/index/field_length_calculator/CMakeLists.txt
blob: e35927662e6a1c728d44bbe1aeff2853537103e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_executable(searchlib_field_length_calculator_test_app TEST
    SOURCES
    field_length_calculator_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_field_length_calculator_test_app COMMAND searchlib_field_length_calculator_test_app)