Skip to content

Commit faed923

Browse files
committed
Add tests for library/cpp/http/misc into listfile (#186)
1 parent d8e884f commit faed923

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

library/cpp/http/misc/CMakeLists.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
if (YDB_SDK_TESTS)
2+
add_ydb_test(NAME http-misc-httpdate_ut
3+
SOURCES
4+
httpdate_ut.cpp
5+
LINK_LIBRARIES
6+
http-misc
7+
cpp-testing-unittest_main
8+
LABELS
9+
unit
10+
)
11+
12+
add_ydb_test(NAME http-misc-httpreqdata_ut
13+
SOURCES
14+
httpreqdata_ut.cpp
15+
LINK_LIBRARIES
16+
http-misc
17+
cpp-testing-unittest_main
18+
LABELS
19+
unit
20+
)
21+
22+
add_ydb_test(NAME http-misc-parsed_request_ut
23+
SOURCES
24+
parsed_request_ut.cpp
25+
LINK_LIBRARIES
26+
http-misc
27+
cpp-testing-unittest_main
28+
LABELS
29+
unit
30+
)
31+
endif(YDB_SDK_TESTS)
32+
133
_ydb_sdk_add_library(http-misc)
234

335
target_link_libraries(http-misc

0 commit comments

Comments
 (0)