aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/qplayer/storage/file/ut/ya.make
blob: e97bd625a6a2529768c835d7e6410cee436cf2b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(yql/essentials/core/qplayer/storage/file)

SRCS(
    yql_qstorage_file_ut.cpp
)

PEERDIR(
    yql/essentials/core/qplayer/storage/ut_common
)

END()