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

OWNER(g:yt)

SRCS(
    zig_zag_ut.cpp
    varint_ut.cpp
)

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

END()