aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/ut_cython/ya.make
blob: 841a8fb0baeed5048bd4109d6435e9e86d32d10c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY23_TEST()

SUBSCRIBER(g:util-subscribers)

SRCDIR(util/stream)

PY_SRCS(
    NAMESPACE util.stream
    str_ut.pyx
)

TEST_SRCS(
    test_stream.py
)

END()