aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/ut/ya.make
blob: c2bc714059ec199d48f37a14ca6dfe4ef3607e98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST_FOR(util)

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

SRCS(
    datetime/base_ut.cpp
    datetime/parser_deprecated_ut.cpp
    datetime/parser_ut.cpp
    datetime/uptime_ut.cpp
)

INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)

END()