ya.make 993 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. LIBRARY()
  2. SRCS(
  3. cast.h
  4. debug_info.cpp
  5. debug_info.h
  6. exceptions.cpp
  7. exceptions.h
  8. future_action.cpp
  9. future_action.h
  10. hash.cpp
  11. hash.h
  12. limiting_allocator.cpp
  13. md5_stream.cpp
  14. md5_stream.h
  15. method_index.cpp
  16. method_index.h
  17. multi_resource_lock.cpp
  18. multi_resource_lock.h
  19. parse_double.cpp
  20. parse_double.h
  21. proc_alive.cpp
  22. proc_alive.h
  23. rand_guid.cpp
  24. rand_guid.h
  25. resetable_setting.h
  26. retry.cpp
  27. retry.h
  28. sort.cpp
  29. sort.h
  30. swap_bytes.cpp
  31. swap_bytes.h
  32. url_builder.cpp
  33. utf8.cpp
  34. yql_panic.cpp
  35. yql_panic.h
  36. yql_paths.cpp
  37. yql_paths.h
  38. )
  39. PEERDIR(
  40. library/cpp/digest/md5
  41. library/cpp/string_utils/quote
  42. library/cpp/threading/future
  43. library/cpp/deprecated/atomic
  44. contrib/libs/miniselect
  45. )
  46. END()
  47. RECURSE(
  48. backtrace
  49. failure_injector
  50. fetch
  51. log
  52. network
  53. rope
  54. signals
  55. sys
  56. test_http_server
  57. threading
  58. )
  59. RECURSE_FOR_TESTS(
  60. ut
  61. )