ya.make 223 B

1234567891011121314151617
  1. PY3TEST()
  2. OWNER(g:ymake)
  3. TEST_SRCS(
  4. test_common.py
  5. test_requirements.py
  6. )
  7. PEERDIR(
  8. build/plugins
  9. build/plugins/lib/proxy
  10. build/plugins/lib/test_const/proxy
  11. build/plugins/tests/fake_ymake
  12. )
  13. END()