aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/ut_cython/ya.make
blob: 15d255d57b808e42c80c94b0c91565b335b6af05 (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
PY23_TEST()

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()