aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yaml/as/ut/ya.make
blob: e254b4c07672d7aecf5aaa767fffef3b3009d0e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST()

SRCS(
    tstring_test.cpp
)

PEERDIR(
    contrib/libs/yaml-cpp
    library/cpp/yaml/as
)

END()