aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/unittests/ya.make
blob: 9d539758d121963c7468735014b9f6db3e1a09ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GTEST(unittester-library-string-helpers)

OWNER(g:yt)

SRCS(
    enum_ut.cpp
    format_ut.cpp
    guid_ut.cpp
    string_ut.cpp
)

PEERDIR(
    library/cpp/yt/string
    library/cpp/testing/gtest
)

END()