aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/xz/ut/ya.make
blob: 4879e7ccb2ecabb7a612441c5daff36e7d909ba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/streams/xz)

PEERDIR(
    library/cpp/string_utils/base64
)

SRCS(
    decompress_ut.cpp
)

END()