ya.make 185 B

1234567891011121314151617
  1. UNITTEST()
  2. SRCS(
  3. test_port_manager.cpp
  4. )
  5. SIZE(LARGE)
  6. # We need to run tests at the same time on the single machine
  7. FORK_SUBTESTS()
  8. TAG(
  9. ya:fat
  10. ya:force_sandbox
  11. )
  12. END()