blob: 7b903614b3cdce5ac02b6daa6079381dfc285c02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
UNITTEST_FOR(library/cpp/http/io)
OWNER(g:util)
PEERDIR(
library/cpp/http/server
)
SRCS(
chunk_ut.cpp
compression_ut.cpp
headers_ut.cpp
stream_ut.cpp
)
END()
|