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

OWNER(
    salmin
    osado
    g:yabs-small
)

SRCS(
    retry_policy_ut.cpp
    retry_ut.cpp
)

END()