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

OWNER(dfyz)

PEERDIR(
    library/cpp/testing/unittest 
    library/cpp/timezone_conversion
)

SRCS(
    convert_ut.cpp
    civil_ut.cpp
)

END()