Skip to content

Commit 57cfadc

Browse files
committed
Add tests for util/thread into listfile (#165)
1 parent fcc2203 commit 57cfadc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

util/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,16 @@ if (YDB_SDK_TESTS)
294294
)
295295
endif()
296296

297+
add_ydb_util_tests(FOLDER thread
298+
TESTS
299+
factory_ut
300+
lfqueue_ut
301+
lfstack_ut
302+
pool_ut
303+
singleton_ut
304+
LINK_LIBRARIES
305+
threading-future
306+
)
297307
endif()
298308

299309
_ydb_sdk_add_library(yutil)

0 commit comments

Comments
 (0)