aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/comptrie/ut/ya.make
blob: a52e02d23686dcb1ce1ee3c9d2d92fe9a50e0d35 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/containers/comptrie)
 
OWNER(alzobnin)

SRCS( 
    comptrie_ut.cpp 
) 
 
END()