aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft/ut/ya.make
blob: 75c3073a39840c1a7fdacfb98a542aa6f0c03a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
UNITTEST()

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

SRCDIR(util/draft)

PEERDIR( 
    util/draft 
) 
 
SRCS(
    date_ut.cpp
    datetime_ut.cpp
    holder_vector_ut.cpp
    memory_ut.cpp
)

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

END()