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 8e32c0f commit b910b57Copy full SHA for b910b57
util/CMakeLists.txt
@@ -189,6 +189,24 @@ if (YDB_SDK_TESTS)
189
zerocopy_output_ut
190
zlib_ut
191
)
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
+ )
210
endif()
211
212
_ydb_sdk_add_library(yutil)
0 commit comments