aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/sorted_vector/ut/ya.make
blob: 3c67b30c190b8bbf9bbf206b82269216052a659a (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/containers/sorted_vector)


SRCS(
    sorted_vector_ut.cpp
)

END()