blob: 09e9694b63e016dae933db31855691f54e103d8d (
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
27
28
29
30
|
PY3TEST()
OWNER(g:passport_infra)
TEST_SRCS(test.py)
PEERDIR(
library/python/tvmauth
)
# start tvm-api
INCLUDE(${ARCADIA_ROOT}/library/recipes/tvmapi/recipe.inc)
# start tirole
INCLUDE(${ARCADIA_ROOT}/library/recipes/tirole/recipe.inc)
USE_RECIPE(
library/recipes/tirole/tirole
--roles-dir library/recipes/tvmtool/examples/ut_with_tvmapi_and_tirole/roles_dir
)
# tvmtool for connoisseurs
INCLUDE(${ARCADIA_ROOT}/library/recipes/tvmtool/recipe.inc)
USE_RECIPE(
library/recipes/tvmtool/tvmtool
library/recipes/tvmtool/examples/ut_with_tvmapi_and_tirole/tvmtool.conf
--with-tvmapi
--with-tirole
)
END()
|