ya.make 175 B

1234567891011121314
  1. UNITTEST()
  2. PEERDIR(
  3. library/cpp/messagebus/actor
  4. )
  5. SRCS(
  6. ../actor_ut.cpp
  7. ../ring_buffer_ut.cpp
  8. ../tasks_ut.cpp
  9. ../what_thread_does_guard_ut.cpp
  10. )
  11. END()