summaryrefslogtreecommitdiffstats
path: root/document/src/tests/select/CMakeLists.txt
blob: 02f4f50b8831068aa789a015129e379cdc52a78a (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(document_select_test_app TEST
    SOURCES
    select_test.cpp
    DEPENDS
    document
    GTest::GTest
)
vespa_add_test(NAME document_select_test_app COMMAND document_select_test_app)