aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ya.make
blob: ebf87e46065ea5c43bc2d9c4395623a891b366aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY() 
 
OWNER(serxa) 
 
SRCS( 
    bucket_quoter.cpp 
) 
 
END() 

RECURSE_FOR_TESTS(ut)