Skip to content

Commit b53c38c

Browse files
authored
Add listfile for library/cpp/colorizer unit tests (#263)
1 parent 3082e68 commit b53c38c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

library/cpp/colorizer/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if (YDB_SDK_TESTS)
2+
add_subdirectory(ut)
3+
endif()
4+
15
_ydb_sdk_add_library(colorizer)
26

37
target_link_libraries(colorizer PUBLIC
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
add_ydb_test(NAME colorizer-ut
2+
SOURCES
3+
colorizer_ut.cpp
4+
LINK_LIBRARIES
5+
colorizer
6+
cpp-testing-unittest_main
7+
LABELS
8+
unit
9+
)

0 commit comments

Comments
 (0)