ya.make 209 B

123456789101112131415
  1. UNITTEST_FOR(util)
  2. SRCS(
  3. thread/factory_ut.cpp
  4. thread/lfqueue_ut.cpp
  5. thread/lfstack_ut.cpp
  6. thread/pool_ut.cpp
  7. thread/singleton_ut.cpp
  8. )
  9. PEERDIR(
  10. library/cpp/threading/future
  11. )
  12. END()