aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/timezone_conversion/ut/ya.make
blob: 522722238e60d0a5a5488d9b65e0a123722352c5 (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()