aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/unittests/ya.make
blob: 16b29a729fadf1714cfa3c514a8706cb8453d343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GTEST(unittester-library-memory)

OWNER(g:yt)

IF (NOT OS_WINDOWS) 
    ALLOCATOR(YT) 
ENDIF() 

SRCS(
    intrusive_ptr_ut.cpp
    weak_ptr_ut.cpp
)

PEERDIR(
    library/cpp/testing/gtest
    library/cpp/yt/memory
)

END()