Skip to content

Commit

Permalink
Add listfile for library/cpp/colorizer unit tests (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayukov authored Aug 8, 2024
1 parent 3082e68 commit b53c38c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/cpp/colorizer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if (YDB_SDK_TESTS)
add_subdirectory(ut)
endif()

_ydb_sdk_add_library(colorizer)

target_link_libraries(colorizer PUBLIC
Expand Down
9 changes: 9 additions & 0 deletions library/cpp/colorizer/ut/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
add_ydb_test(NAME colorizer-ut
SOURCES
colorizer_ut.cpp
LINK_LIBRARIES
colorizer
cpp-testing-unittest_main
LABELS
unit
)

0 comments on commit b53c38c

Please sign in to comment.