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

OWNER(salmin)

PEERDIR(
    library/cpp/logger/global
)

SRCDIR(library/cpp/logger/global)

SRCS(
    rty_formater_ut.cpp
)

END()