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