aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/engine/proto_rpc_adapter/CMakeLists.txt
blob: 7d7259c40d8e254ae3a2dcd248209264a265501a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_executable(searchlib_engine_proto_rpc_adapter_test_app TEST
    SOURCES
    proto_rpc_adapter_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_engine_proto_rpc_adapter_test_app COMMAND searchlib_engine_proto_rpc_adapter_test_app)