aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/ut/ya.make
blob: e57225b45d08e0a42022a9ef40da18c7701f531c (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()