ya.make 257 B

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