Skip to content

Commit d9dbf99

Browse files
committed
Add tests for library/cpp/streams/zstd into listfile (#201)
1 parent 4ca070d commit d9dbf99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library/cpp/streams/zstd/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 streams-zstd-ut
3+
SOURCES
4+
zstd_ut.cpp
5+
LINK_LIBRARIES
6+
streams-zstd
7+
cpp-testing-unittest_main
8+
LABELS
9+
unit
10+
)
11+
endif()
12+
113
_ydb_sdk_add_library(streams-zstd)
214
target_link_libraries(streams-zstd
315
PUBLIC

0 commit comments

Comments
 (0)