aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/fat/ya.make
blob: 10846454de09309d6df462f7e536159b33e424ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
UNITTEST()

OWNER(g:yatool)

SRCS(
    test_port_manager.cpp
)

SIZE(LARGE)

# We need to run tests at the same time on the single machine
FORK_SUBTESTS()

TAG( 
    ya:fat 
    ya:force_sandbox 
) 
 
END()