aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/simple/ut/ya.make
blob: 3f77967ea67721bc5bb031b5bb41743e4645f546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
UNITTEST_FOR(library/cpp/http/simple)

PEERDIR(
    library/cpp/http/misc
    library/cpp/testing/mock_server
)

SRCS(
    http_ut.cpp
    https_ut.cpp
)

DEPENDS(library/cpp/http/simple/ut/https_server)

DATA(arcadia/library/cpp/http/simple/ut/https_server)

END()

RECURSE(
    https_server
)