aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/ut/ya.make
blob: ff8259bfdbcf3ba145ddbf0707ce70ece3a8a417 (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()