aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pcre/ut/ya.make
blob: 6dfeb4b07d2bc174eb7bb9b8865412be1314ea75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/regex/pcre)
 
OWNER(g:util)
 
SRCS( 
    pcre_ut.cpp
    regexp_ut.cpp 
) 
 
END()