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

OWNER( 
    pg 
    g:util 
) 

SRCS(
    bzip2_ut.cpp
)

END()