aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/hyperscan/ut/ya.make
blob: cf0378f4b34a98c1494001bee873d81d3f4bb513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

PEERDIR(
    library/cpp/regex/hyperscan
)

OWNER(g:antiinfra) 

SRCS(
    hyperscan_ut.cpp
)

END()