aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler/ut/ya.make
blob: a93b86e365d8c813a1cae9004a0b5ee2c83094e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UNITTEST_FOR(library/cpp/lfalloc/alloc_profiler)

PEERDIR(
    library/cpp/testing/unittest
)

IF (ARCH_AARCH64)
    PEERDIR(
        contrib/libs/jemalloc
    )
ELSE()
    ALLOCATOR(LF_DBG)
ENDIF()

SRCS(
    profiler_ut.cpp
    align_ut.cpp
)

END()