aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/imported_search_context/CMakeLists.txt
blob: 228dfe20b0ba638d4d7e34c13f2cb9b9e8272d20 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_imported_search_context_test_app TEST
    SOURCES
    imported_search_context_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_imported_search_context_test_app COMMAND searchlib_imported_search_context_test_app)