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


PEERDIR(
    library/cpp/logger/global
)

SRCDIR(library/cpp/logger/global)

SRCS(
    rty_formater_ut.cpp
)

END()