aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/src/rw/ut_large/ya.make
blob: f4095eef29050cb0b0d3a8bbf214b4e244483104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY2TEST()
 
OWNER(g:passport_infra) 
 
TEST_SRCS(test.py)
 
DEPENDS(library/cpp/tvmauth/src/rw/ut_large/gen) 
 
TAG(ya:fat) 

SIZE(LARGE) 
 
END() 
 
RECURSE(
    gen
)