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

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    convert_ut.cpp
    saveload_ut.cpp
)

PEERDIR(
    library/cpp/yt/yson_string
    library/cpp/testing/gtest
    library/cpp/testing/gtest_extensions
)

END()