File tree Expand file tree Collapse file tree 1 file changed +33
-9
lines changed Expand file tree Collapse file tree 1 file changed +33
-9
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,18 @@ if (YDB_SDK_TESTS)
141
141
tempbuf_ut
142
142
)
143
143
144
+ add_ydb_util_tests (FOLDER network
145
+ TESTS
146
+ address_ut
147
+ endpoint_ut
148
+ ip_ut
149
+ poller_ut
150
+ sock_ut
151
+ socket_ut
152
+ LINK_LIBRARIES
153
+ threading-future
154
+ )
155
+
144
156
add_ydb_util_tests (FOLDER random
145
157
TESTS
146
158
# TODO: fix common_ops_ut: TestStlCompatibility
@@ -154,16 +166,28 @@ if (YDB_SDK_TESTS)
154
166
shuffle_ut
155
167
)
156
168
157
- add_ydb_util_tests (FOLDER network
169
+ add_ydb_util_tests (FOLDER stream
158
170
TESTS
159
- address_ut
160
- endpoint_ut
161
- ip_ut
162
- poller_ut
163
- sock_ut
164
- socket_ut
165
- LINK_LIBRARIES
166
- threading-future
171
+ aligned_ut
172
+ buffered_ut
173
+ buffer_ut
174
+ direct_io_ut
175
+ file_ut
176
+ format_std_ut
177
+ format_ut
178
+ hex_ut
179
+ input_ut
180
+ ios_ut
181
+ labeled_ut
182
+ length_ut
183
+ mem_ut
184
+ multi_ut
185
+ printf_ut
186
+ str_ut
187
+ tokenizer_ut
188
+ walk_ut
189
+ zerocopy_output_ut
190
+ zlib_ut
167
191
)
168
192
endif ()
169
193
You can’t perform that action at this time.
0 commit comments