blob: bf3deade90e45bccd4bf5164325c5cde759e3e39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
GTEST(unittester-small-containers)
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
compact_flat_map_ut.cpp
compact_heap_ut.cpp
compact_set_ut.cpp
compact_vector_ut.cpp
)
PEERDIR(
library/cpp/yt/small_containers
library/cpp/testing/gtest
)
END()
|