aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/startsome/CMakeLists.txt
blob: d22dc1215eeb4d7fc259c53a822480023fef78d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(slobrok_tstdst_app
    SOURCES
    tstdst.cpp
    DEPENDS
)
vespa_add_test(NAME slobrok_tstdst_app NO_VALGRIND COMMAND sh startsome.sh)
vespa_add_executable(slobrok_rpc_info_app
    SOURCES
    rpc_info.cpp
    DEPENDS
)