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

OWNER(g:yt)

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