aboutsummaryrefslogtreecommitdiffstats
path: root/util/digest/ut_cython/ya.make
blob: 085df16c4fba665649171b8ea3779ecff3175ce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_TEST()

SRCDIR(util/digest)

PY_SRCS(
    NAMESPACE util.digest
    multi_ut.pyx
)

TEST_SRCS(
    test_digest.py
)

END()