aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/global/ut/ya.make
blob: df11609b6cfab2ac75163794f1f0b04f605aad47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

PEERDIR(
    library/cpp/logger/global
)

SRCDIR(library/cpp/logger/global)

SRCS(
    rty_formater_ut.cpp
)

END()