aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pcre/ut/ya.make
blob: d360689441f7d24919e072cc9997ef8a904623ab (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()