Skip to content

Commit fd29a18

Browse files
authored
Moved grpc client tests (#300)
1 parent cecee46 commit fd29a18

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

tests/unit/client/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,3 @@ add_ydb_test(NAME client-draft_ut
110110
LABELS
111111
unit
112112
)
113-
114-
add_ydb_test(NAME grpc-client-low_ut
115-
SOURCES
116-
grpc_client_low_ut.cpp
117-
LINK_LIBRARIES
118-
cpp-testing-unittest_main
119-
grpc-client
120-
LABELS
121-
unit
122-
)

tests/unit/library/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
add_subdirectory(grpc_client)
12
add_subdirectory(json_value)
23
add_subdirectory(operation_id)
34
add_subdirectory(yql_common)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
add_ydb_test(NAME grpc-client-low_ut
2+
SOURCES
3+
grpc_client_low_ut.cpp
4+
LINK_LIBRARIES
5+
cpp-testing-unittest_main
6+
grpc-client
7+
LABELS
8+
unit
9+
)

0 commit comments

Comments
 (0)