Skip to content

Commit 4ca070d

Browse files
committed
Add tests for library/cpp/streams/bzip2 into listfile (#199)
1 parent eae0a4b commit 4ca070d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

315
target_link_libraries(streams-bzip2

0 commit comments

Comments
 (0)