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

OWNER(g:crypta)

SRCS(
    tstring_test.cpp
)

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

END()