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

PY_SRCS(
    NAMESPACE util.system
    types_ut.pyx
)

TEST_SRCS(
    test_system.py
)

END()