ya.make 715 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. PY23_LIBRARY()
  2. NO_EXTENDED_SOURCE_SEARCH()
  3. PY_SRCS(
  4. TOP_LEVEL
  5. yatest/__init__.py
  6. yatest/common/__init__.py
  7. yatest/common/benchmark.py
  8. yatest/common/canonical.py
  9. yatest/common/environment.py
  10. yatest/common/errors.py
  11. yatest/common/misc.py
  12. yatest/common/network.py
  13. yatest/common/path.py
  14. yatest/common/process.py
  15. yatest/common/runtime.py
  16. yatest/common/runtime_java.py
  17. )
  18. STYLE_PYTHON()
  19. PEERDIR(
  20. contrib/python/packaging
  21. contrib/python/six
  22. library/python/cores
  23. library/python/filelock
  24. library/python/fs
  25. library/python/testing/yatest_lib
  26. )
  27. IF (NOT CATBOOST_OPENSOURCE)
  28. PEERDIR(
  29. library/python/coredump_filter
  30. )
  31. ENDIF()
  32. END()