blob: 7fdeb6712cb284e63b151ed61d8875940eddb8e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
GTEST()
SRCS(
connection_pool_ut.cpp
http_ut.cpp
simple_server.cpp
)
PEERDIR(
yt/cpp/mapreduce/http
library/cpp/testing/common
)
FORK_SUBTESTS()
SPLIT_FACTOR(4)
END()
|