ya.make 265 B

123456789101112131415161718192021222324
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. NAMESPACE
  4. yatest_lib
  5. external.py
  6. test_splitter.py
  7. tools.py
  8. ya.py
  9. )
  10. PEERDIR(
  11. contrib/python/six
  12. )
  13. IF(PYTHON2)
  14. PEERDIR(
  15. contrib/deprecated/python/enum34
  16. )
  17. ENDIF()
  18. END()
  19. RECURSE_FOR_TESTS(tests)