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