aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/attributedfw/CMakeLists.txt
blob: 8bdf30273f2a7199b4306f342d9c6df5566106db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
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)