ya.make 319 B

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