aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/tvmtool/examples/ut_simple/ya.make
blob: c53024fdd52e037f43dbf297f733f5fbb4338bed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY3TEST()

OWNER(g:passport_infra)

TEST_SRCS(
    test.py
)

PEERDIR(
    contrib/python/requests
)

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

END()