We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9beeb commit 5b77a2bCopy full SHA for 5b77a2b
library/cpp/http/fetch/CMakeLists.txt
@@ -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
14
+ httpparser_ut.cpp
15
16
17
18
19
20
21
+endif(YDB_SDK_TESTS)
22
23
_ydb_sdk_add_library(http-fetch)
24
25
target_link_libraries(http-fetch
0 commit comments