aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/ut/ya.make
blob: 938b80d9587bba94a7081f9716e43a1d8f261d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
UNITTEST_FOR(util)

SRCS(
    string/builder_ut.cpp
    string/cast_ut.cpp
    string/escape_ut.cpp
    string/join_ut.cpp
    string/hex_ut.cpp
    string/printf_ut.cpp
    string/split_ut.cpp
    string/strip_ut.cpp
    string/strspn_ut.cpp
    string/subst_ut.cpp
    string/type_ut.cpp
    string/util_ut.cpp
    string/vector_ut.cpp
    string/ascii_ut.cpp
)

INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)

END()