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

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

SRCS(
    ut.cpp
)

END()