Skip to content

Commit bf2cf95

Browse files
committed
Add tests for library/cpp/threading/chunk_queue into listfile (#203)
1 parent c72f4a4 commit bf2cf95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library/cpp/threading/chunk_queue/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
if (YDB_SDK_TESTS)
2+
add_ydb_test(NAME threading-chunk_queue-ut
3+
SOURCES
4+
queue_ut.cpp
5+
LINK_LIBRARIES
6+
threading-chunk_queue
7+
cpp-testing-unittest_main
8+
LABELS
9+
unit
10+
)
11+
endif()
12+
113
_ydb_sdk_add_library(threading-chunk_queue)
214

315
target_link_libraries(threading-chunk_queue PUBLIC

0 commit comments

Comments
 (0)