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

SRCS(
    bititerator_ut.cpp
    bitvector_ut.cpp
)

END()