ya.make 625 B

123456789101112131415161718192021222324252627282930
  1. UNITTEST_FOR(util)
  2. SUBSCRIBER(g:util-subscribers)
  3. SRCS(
  4. stream/aligned_ut.cpp
  5. stream/buffer_ut.cpp
  6. stream/buffered_ut.cpp
  7. stream/direct_io_ut.cpp
  8. stream/file_ut.cpp
  9. stream/format_ut.cpp
  10. stream/format_std_ut.cpp
  11. stream/hex_ut.cpp
  12. stream/input_ut.cpp
  13. stream/ios_ut.cpp
  14. stream/labeled_ut.cpp
  15. stream/length_ut.cpp
  16. stream/mem_ut.cpp
  17. stream/multi_ut.cpp
  18. stream/printf_ut.cpp
  19. stream/str_ut.cpp
  20. stream/tokenizer_ut.cpp
  21. stream/walk_ut.cpp
  22. stream/zerocopy_output_ut.cpp
  23. stream/zlib_ut.cpp
  24. )
  25. INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
  26. END()