aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/interop/ya.make
blob: b1b55055b3ae4466817d791c51f35baf84de9f3b (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
25
26
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    orcalb.go
    test_utils.go
)

END()

RECURSE(
    alts
    client
    fake_grpclb
    grpc_testing
    http2
    server
    xds
    xds_federation
    # yo
)

IF (OS_LINUX)
    RECURSE(grpclb_fallback)
ENDIF()