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