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

SRCS(
    binsaver_ut.cpp
)

PEERDIR(library/cpp/binsaver/ut_util)

END()