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 d8e884f commit faed923Copy full SHA for faed923
library/cpp/http/misc/CMakeLists.txt
@@ -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
14
+ httpreqdata_ut.cpp
15
16
17
18
19
20
21
22
+ add_ydb_test(NAME http-misc-parsed_request_ut
23
24
+ parsed_request_ut.cpp
25
26
27
28
29
30
31
+endif(YDB_SDK_TESTS)
32
33
_ydb_sdk_add_library(http-misc)
34
35
target_link_libraries(http-misc
0 commit comments