aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/direct_multi_term_blueprint/CMakeLists.txt
blob: 20a82b4af6ee1eb2a4c5ffe54cf8964d77988784 (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(searchlib_direct_multi_term_blueprint_test_app TEST
    SOURCES
    direct_multi_term_blueprint_test.cpp
    DEPENDS
    vespa_searchlib
    searchlib_test
    GTest::GTest
)
vespa_add_test(NAME searchlib_direct_multi_term_blueprint_test_app COMMAND searchlib_direct_multi_term_blueprint_test_app)