blob: 8404308053423c0067bec3e41ef298ed0e118401 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
UNITTEST_FOR(library/cpp/actors/http)
SIZE(SMALL)
PEERDIR(
library/cpp/actors/testlib
)
IF (NOT OS_WINDOWS)
SRCS(
http_ut.cpp
)
ELSE()
ENDIF()
END()
|