Skip to content

Commit 5b77a2b

Browse files
committed
Add tests for library/cpp/http/fetch into listfile (#184)
1 parent 4f9beeb commit 5b77a2b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

library/cpp/http/fetch/CMakeLists.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
if (YDB_SDK_TESTS)
2+
add_ydb_test(NAME http-fetch-httpfsm_ut
3+
SOURCES
4+
httpfsm_ut.cpp
5+
LINK_LIBRARIES
6+
http-fetch
7+
cpp-testing-unittest_main
8+
LABELS
9+
unit
10+
)
11+
12+
add_ydb_test(NAME http-fetch-httpparser_ut
13+
SOURCES
14+
httpparser_ut.cpp
15+
LINK_LIBRARIES
16+
http-fetch
17+
cpp-testing-unittest_main
18+
LABELS
19+
unit
20+
)
21+
endif(YDB_SDK_TESTS)
22+
123
_ydb_sdk_add_library(http-fetch)
224

325
target_link_libraries(http-fetch

0 commit comments

Comments
 (0)