aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/ut/ya.make
blob: df14c2a09f01aa9e619d193ebb95a2973ecff1b4 (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/http/fetch)

SRCS(
    httpfsm_ut.cpp
    httpparser_ut.cpp
)

END()