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()