aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/top_keeper/ya.make
blob: e90d7b7e942b3eb4a3152669ea966a85fbd7fc45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

SRCS(
    top_keeper.cpp
)

END()

RECURSE_FOR_TESTS(ut)