aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/binsaver/ut/ya.make
blob: 9a207536b42799aae5c1fda28acb8ed22f5dd6ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/binsaver)


SRCS(
    binsaver_ut.cpp
)

PEERDIR(library/cpp/binsaver/ut_util)

END()