aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/test_http_server/ya.make
blob: 41c6710c5f93da413104e9258a8c6991ff7cbdf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    test_http_server.cpp
)

PEERDIR(
    library/cpp/http/server
    library/cpp/http/misc
)

END()