aboutsummaryrefslogtreecommitdiffstats
path: root/util/memory/ut/ya.make
blob: 717e3edf73f4c95bbac79c57a33ed0713152b73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
UNITTEST_FOR(util)
 
OWNER(g:util)
SUBSCRIBER(g:util-subscribers)
 
SRCS( 
    memory/addstorage_ut.cpp
    memory/blob_ut.cpp
    memory/pool_ut.cpp
    memory/smallobj_ut.cpp
    memory/tempbuf_ut.cpp
) 
 
INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)

END()