aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/xds/internal/xdsclient/tests/ya.make
blob: 20b59b448124c572bd049cac449fa3fed6a3d513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_TEST()

LICENSE(Apache-2.0)

GO_SKIP_TESTS(
    Test
)

GO_XTEST_SRCS(
    authority_test.go
    cds_watchers_test.go
    dump_test.go
    eds_watchers_test.go
    federation_watchers_test.go
    lds_watchers_test.go
    misc_watchers_test.go
    rds_watchers_test.go
    resource_update_test.go
)

END()