aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/tokens_converter/CMakeLists.txt
blob: 68885a74b1b32ef069747cb295b092ea222c42f1 (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(searchsummary_tokens_converter_test_app TEST
    SOURCES
    tokens_converter_test.cpp
    DEPENDS
    searchsummary
    GTest::gtest
)

vespa_add_test(NAME searchsummary_tokens_converter_test_app COMMAND searchsummary_tokens_converter_test_app)