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