ya.make 335 B

1234567891011121314151617181920212223242526272829
  1. UNITTEST_FOR(library/cpp/json/yson)
  2. ALLOCATOR(LF)
  3. DATA(
  4. sbr://363537653
  5. )
  6. PEERDIR(
  7. library/cpp/blockcodecs
  8. library/cpp/histogram/simple
  9. library/cpp/testing/unittest
  10. )
  11. SIZE(LARGE)
  12. TAG(
  13. ya:fat
  14. ya:large_tests_on_multi_slots
  15. ya:large_tests_on_ya_make_2
  16. )
  17. TIMEOUT(600)
  18. SRCS(
  19. json2yson_ut.cpp
  20. )
  21. END()