Skip to content

Commit 1137eba

Browse files
committed
Add tests for util/random into listfile (#161)
1 parent d742035 commit 1137eba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

util/CMakeLists.txt

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

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+
144157
add_ydb_util_tests(FOLDER network
145158
TESTS
146159
address_ut

0 commit comments

Comments
 (0)