aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/bitseq/ut/ya.make
blob: 7155e82c06e56990e28576c684d60a416746d061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/containers/bitseq)

OWNER(g:util)

SRCS(
    bititerator_ut.cpp
    bitvector_ut.cpp
)

END()