blob: 021b0d09d6af20bab2ef81e8c8f43c18f28916ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GTEST(unittester-library-logging)
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
IF (NOT OS_WINDOWS)
ALLOCATOR(YT)
ENDIF()
SRCS(
logger_ut.cpp
static_analysis_ut.cpp
)
PEERDIR(
library/cpp/testing/gtest
library/cpp/yt/logging
)
END()
|