ya.make 174 B

1234567891011121314
  1. UNITTEST()
  2. PEERDIR(
  3. ADDINCL library/cpp/threading/equeue
  4. library/cpp/threading/equeue/fast
  5. )
  6. SRCDIR(library/cpp/threading/equeue)
  7. SRCS(
  8. equeue_ut.cpp
  9. )
  10. END()