aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cache/ut/ya.make
blob: 32fb8fd1531409ad2354a40d9fcdcfcce664f418 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST()

PEERDIR(
    library/cpp/cache
)

SRCS(
    cache_ut.cpp
)

END()