aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cache/ut/ya.make
blob: f660872369c45de7ab6005da0e1987f423cd88f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
UNITTEST()

OWNER(
    g:util
    vskipin
)

PEERDIR(
    library/cpp/cache
)

SRCS(
    cache_ut.cpp
)

END()