blob: 0357b3b301392289ac7a648f2db0e8fb795f1961 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# this test in not linked into build tree with ReCURSE and is built by unittest/library
UNITTEST()
PEERDIR(
library/cpp/regex/pire
)
ADDINCL(
library/cpp/regex/pire/pire
library/cpp/regex/pire/ut
)
SRCS(
pire_ut.cpp
capture_ut.cpp
count_ut.cpp
glyph_ut.cpp
easy_ut.cpp
read_unicode_ut.cpp
regexp_ut.cpp
approx_matching_ut.cpp
)
SIZE(MEDIUM)
TIMEOUT(600)
PIRE_INLINE(inline_ut.cpp)
END()
|