blob: f7594f2b9aaf949914abb88146455f911901cc4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
GTEST(unittester-client-table-client)
INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc)
ALLOCATOR(YT)
SRCS(
columnar_statistics_ut.cpp
columnar_ut.cpp
serialization_ut.cpp
unversioned_row_ut.cpp
)
INCLUDE(${ARCADIA_ROOT}/yt/opensource.inc)
PEERDIR(
yt/yt/client
yt/yt/library/formats
yt/yt/client/table_client/unittests/helpers
yt/yt/client/unittests/mock
yt/yt/core/test_framework
)
SIZE(MEDIUM)
END()
|