aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/bzip2/ut/ya.make
blob: 4b2b7d1f605eef864ed84263f39014085687e24a (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()