ya.make 287 B

1234567891011121314151617181920212223
  1. PY23_TEST()
  2. SRCDIR(util/generic)
  3. PY_SRCS(
  4. NAMESPACE util.generic
  5. array_ref_ut.pyx
  6. deque_ut.pyx
  7. hash_set_ut.pyx
  8. hash_ut.pyx
  9. list_ut.pyx
  10. map_ut.pyx
  11. maybe_ut.pyx
  12. ptr_ut.pyx
  13. string_ut.pyx
  14. vector_ut.pyx
  15. )
  16. TEST_SRCS(
  17. test_generic.py
  18. )
  19. END()