ya.make 299 B

1234567891011121314151617181920212223242526
  1. IF (NOT OPENSOURCE)
  2. PY3_PROGRAM(pg-make-test)
  3. PY_SRCS(
  4. __main__.py
  5. )
  6. PEERDIR(
  7. contrib/python/click
  8. contrib/python/PyYAML
  9. contrib/python/patch
  10. library/python/svn_version
  11. yql/essentials/tests/postgresql/common
  12. )
  13. END()
  14. RECURSE(
  15. ../pgrun
  16. update-test-status
  17. )
  18. ENDIF()