aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/small_containers/unittests/ya.make
blob: b09ef44f8dc14f1510832cdde7d2b560664cab54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    compact_queue_ut.cpp
)

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

END()