summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/engine/searchapi/CMakeLists.txt
blob: c4e3de1280a6b0240fae10a283c4aac6a30d7a7e (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_searchapi_test_app TEST
    SOURCES
    searchapi_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_searchapi_test_app COMMAND searchlib_searchapi_test_app)