aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/coding/unittests/ya.make
blob: ab94ee8796ae29dc6030ae7b23f790f8eb01d188 (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(
    zig_zag_ut.cpp
    varint_ut.cpp
)

PEERDIR(
    library/cpp/yt/coding
    library/cpp/testing/gtest
)

END()