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

PEERDIR( 
    library/cpp/iterator 
) 
 
OWNER(g:util)

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

END()