aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/attributedfw/CMakeLists.txt
blob: c5b220474bad3fd65be9de1e58ff56aa8b315b78 (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_attributedfw_test_app TEST
    SOURCES
    attributedfw_test.cpp
    DEPENDS
    searchsummary
    searchsummary_test
    GTest::GTest
)
vespa_add_test(NAME searchsummary_attributedfw_test_app COMMAND searchsummary_attributedfw_test_app)