aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/feed_and_search/CMakeLists.txt
blob: 0921195e56c4b770eda0631a8d1367e641d06270 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_feed_and_search_test_app TEST
    SOURCES
    feed_and_search.cpp
    DEPENDS
    searchcore_util
)
vespa_add_test(NAME searchcore_feed_and_search_test_app COMMAND searchcore_feed_and_search_test_app)