aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/ut/ya.make
blob: b6b662040844b92a8be577e4a2a9224356be7c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST() 

OWNER(nga)

PEERDIR(
    library/cpp/malloc/api/helpers
)

SRCS(
    ut.cpp
)

END()