aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/internal/grpctest/ya.make
blob: ca68ce8509b5fcb626d5d5ecfa0561c860b972c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    grpctest.go
    tlogger.go
)

GO_TEST_SRCS(
    grpctest_test.go
    tlogger_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(gotest)