Skip to content

Commit 8e32c0f

Browse files
committed
Add tests for util/stream into listfile (#162)
1 parent 1137eba commit 8e32c0f

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

util/CMakeLists.txt

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,18 @@ if (YDB_SDK_TESTS)
141141
tempbuf_ut
142142
)
143143

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+
144156
add_ydb_util_tests(FOLDER random
145157
TESTS
146158
# TODO: fix common_ops_ut: TestStlCompatibility
@@ -154,16 +166,28 @@ if (YDB_SDK_TESTS)
154166
shuffle_ut
155167
)
156168

157-
add_ydb_util_tests(FOLDER network
169+
add_ydb_util_tests(FOLDER stream
158170
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
167191
)
168192
endif()
169193

0 commit comments

Comments
 (0)