aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/logging/ut/ya.make
blob: 53d94509fb81db3c5ec7559ddc7f92ecb87a4c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GTEST()

SRCS(
    log_ut.cpp
)

PEERDIR(
    yt/cpp/mapreduce/interface/logging
)

END()