ya.make 168 B

123456789101112131415161718
  1. PY23_LIBRARY()
  2. PEERDIR(
  3. build/plugins/lib/test_const
  4. )
  5. STYLE_PYTHON()
  6. PY_SRCS(
  7. NAMESPACE test.const
  8. __init__.py
  9. )
  10. END()
  11. RECURSE_FOR_TESTS(
  12. tests
  13. )