aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/csi/CMakeLists.txt
blob: 5987428fe651a9176db913c6ea335f8c7ea585ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(vespalib_csi_test_app TEST
    SOURCES
    csi_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_generate_protobuf_csi(vespalib_csi_test_app ./test.proto)
vespa_add_test(NAME vespalib_csi_test_app COMMAND vespalib_csi_test_app)