summaryrefslogtreecommitdiffstats
path: root/jrt_test/CMakeLists.txt
blob: d55891e7f907e5b7f90ca75f76b0cd2feee08fe5 (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 Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespalog
    vespalib
    vespa_fnet
    slobrok
    vespa_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
)