Skip to content

Commit b910b57

Browse files
committed
Add tests for util/string into listfile (#163)
1 parent 8e32c0f commit b910b57

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

util/CMakeLists.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,24 @@ if (YDB_SDK_TESTS)
189189
zerocopy_output_ut
190190
zlib_ut
191191
)
192+
193+
add_ydb_util_tests(FOLDER string
194+
TESTS
195+
ascii_ut
196+
builder_ut
197+
cast_ut
198+
escape_ut
199+
hex_ut
200+
join_ut
201+
printf_ut
202+
split_ut
203+
strip_ut
204+
strspn_ut
205+
subst_ut
206+
type_ut
207+
util_ut
208+
vector_ut
209+
)
192210
endif()
193211

194212
_ydb_sdk_add_library(yutil)

0 commit comments

Comments
 (0)