blob: 7243176bfe575ca64926e19ee39274579e7aff17 (
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
  | 
UNITTEST_FOR(util)
SUBSCRIBER(g:util-subscribers)
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/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()
  |