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