Skip to content

Commit eae0a4b

Browse files
committed
Add tests for library/cpp/streams/brotli into listfile (#198)
1 parent c0afb4b commit eae0a4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

315
target_link_libraries(streams-brotli

0 commit comments

Comments
 (0)