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