Skip to content

Commit 98aac93

Browse files
committed
Fixed tests build
1 parent 5496e30 commit 98aac93

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

tests/integration/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
add_subdirectory(basic_example_it)
2-
add_subdirectory(bulk_upsert_simple_it)
1+
add_subdirectory(basic_example)
2+
add_subdirectory(bulk_upsert)
3+
add_subdirectory(server_restart)

tests/integration/server_restart/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
add_ydb_test(NAME bulk_upsert_simple_it
1+
add_ydb_test(NAME server_restart
22
SOURCES
33
main.cpp
4-
bulk_upsert.cpp
5-
bulk_upsert.h
64
LINK_LIBRARIES
75
yutil
86
api-grpc

tests/integration/server_restart/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#include <grpcpp/grpcpp.h>
99

10+
#include <util/string/cast.h>
11+
1012
#include <thread>
1113

1214
using namespace NYdb;

0 commit comments

Comments
 (0)