aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/yandex/tvm/tvmauth/tooltest/ya.make
blob: 65bd6ccec107a47705e588d3aa13ff1b15a94b1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_TEST()

ENV(GODEBUG="cgocheck=2")

INCLUDE(${ARCADIA_ROOT}/library/recipes/tvmtool/recipe_with_default_cfg.inc)

GO_TEST_SRCS(
    client_test.go
    logger_test.go
)

END()