blob: f301e5b438fb230963c5d4831535e212cf58aef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
GTEST()
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
convert_ut.cpp
)
PEERDIR(
library/cpp/yt/yson_string
library/cpp/testing/gtest
library/cpp/testing/gtest_extensions
)
END()
|