summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/summary_field_converter/CMakeLists.txt
blob: cfda566ee6caa0124d5c6be368664a22bd095940 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchsummary_summary_field_converter_test_app
    SOURCES
    summary_field_converter_test.cpp
    DEPENDS
    searchsummary
)
vespa_add_test(NAME searchsummary_summary_field_converter_test_app COMMAND searchsummary_summary_field_converter_test_app)