aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/ut_cython/ya.make
blob: ea923ff41333e3a03923ccabd497926d01e68d06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PY23_TEST()

SUBSCRIBER(g:util-subscribers)

SRCDIR(util/generic)

PY_SRCS(
    NAMESPACE util.generic
    array_ref_ut.pyx
    deque_ut.pyx
    hash_set_ut.pyx
    hash_ut.pyx
    list_ut.pyx
    map_ut.pyx
    maybe_ut.pyx
    ptr_ut.pyx
    string_ut.pyx
    vector_ut.pyx
)

TEST_SRCS(
    test_generic.py
)

END()