blob: 29270459faaa04a1fe0a5eb22ae18412987d88a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
GTEST(unittester-library-logging)
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
stream_log_manager_ut.cpp
)
PEERDIR(
library/cpp/testing/gtest
library/cpp/yt/logging/backends/stream
)
END()
|