aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/attributedfw/CMakeLists.txt
blob: 09d56ba065da11e53fd9e8272ceee3902790d5af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. 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)