aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server/ut/ya.make
blob: d81231448a1b1dc788928eb64818aa5bef8aaac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/http/server) 

OWNER(pg)

SIZE(MEDIUM)

SRCS(
    http_ut.cpp
    response_ut.cpp
)

END()