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