aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yt/core/rpc/unittests/bin/ya.make
blob: 2263e635f7ae87abb10b71b07b067ecb21ba0b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM()

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

SRCS(
    main.cpp
)

PEERDIR(
    yt/yt/core/rpc/unittests/lib
)

END()