aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/document_id_dfw/CMakeLists.txt
blob: 6dc3168c78a14117196fb2bda38d54a7ca981108 (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_document_id_dfw_test_app TEST
    SOURCES
    document_id_dfw_test.cpp
    DEPENDS
    searchsummary
    searchsummary_test
    GTest::GTest
)
vespa_add_test(NAME searchsummary_document_id_dfw_test_app COMMAND searchsummary_document_id_dfw_test_app)