aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/growing_file_input/ya.make
blob: 69c56fea462e04fc08bfbdbcda6f87d3ffddcb84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

SRCS(
    growing_file_input.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)