ya.make 251 B

12345678910111213141516171819
  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. ya:large_tests_on_multi_slots
  12. ya:large_tests_on_ya_make_2
  13. )
  14. END()