aboutsummaryrefslogtreecommitdiffstats
path: root/util/memory/ut_cython/ya.make
blob: d8a06845b16c4545c19125f6990f009abc463da0 (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/memory)

PY_SRCS(
    NAMESPACE util.memory
    blob_ut.pyx
)

TEST_SRCS(
    test_memory.py
)

END()