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