aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/CMakeLists.txt
blob: a678cbf112a9d62ceb8a54786e43b0c1d41d0bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespalog
    vespalib
    fnet
    slobrok
    configdefinitions

    APPS
    src/binref
    src/java
    src/jrt-test/simpleserver

    TESTS
    src/tests/connect-close
    src/tests/echo
    src/tests/garbage
    src/tests/hello-world
    src/tests/mandatory-methods
    src/tests/mockup-invoke
    src/tests/rpc-error
    src/tests/slobrok-api
)