aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/ut/ya.make
blob: ec46544bc67989b3415176e89c87e10e5a4f9710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST_FOR(library/cpp/retry)

OWNER( 
    salmin 
    osado 
    g:yabs-small 
) 

SRCS(
    retry_ut.cpp
)

END()