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 d742035 commit 1137ebaCopy full SHA for 1137eba
util/CMakeLists.txt
@@ -141,6 +141,19 @@ if (YDB_SDK_TESTS)
141
tempbuf_ut
142
)
143
144
+ add_ydb_util_tests(FOLDER random
145
+ TESTS
146
+ # TODO: fix common_ops_ut: TestStlCompatibility
147
+ common_ops_ut
148
+ easy_ut
149
+ entropy_ut
150
+ fast_ut
151
+ mersenne_ut
152
+ normal_ut
153
+ random_ut
154
+ shuffle_ut
155
+ )
156
+
157
add_ydb_util_tests(FOLDER network
158
TESTS
159
address_ut
0 commit comments