ya.make 241 B

1234567891011121314151617
  1. UNITTEST_FOR(util)
  2. SUBSCRIBER(g:util-subscribers)
  3. SRCS(
  4. thread/factory_ut.cpp
  5. thread/lfqueue_ut.cpp
  6. thread/lfstack_ut.cpp
  7. thread/pool_ut.cpp
  8. thread/singleton_ut.cpp
  9. )
  10. PEERDIR(
  11. library/cpp/threading/future
  12. )
  13. END()