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

SRCDIR(util/string)

PY_SRCS(
    NAMESPACE util.string
    cast_ut.pyx
)

TEST_SRCS(
    test_string.py
)

END()