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