aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ut/ya.make
blob: 4a5fb14c586f41ceec9eed8942d7f08cc2fdc5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GTEST()

PEERDIR(
    library/cpp/iterator
)

SRCS(
    filtering_ut.cpp
    functools_ut.cpp
    iterate_keys_ut.cpp
    iterate_values_ut.cpp
    mapped_ut.cpp
    zip_ut.cpp
)

END()