Skip to content

Commit ca1b96d

Browse files
committed
Fixed CMakeLists.txt
1 parent c248454 commit ca1b96d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

tests/integration/basic_example_it/CMakeLists.txt renamed to tests/integration/basic_example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_ydb_test(NAME basic-example_it
1+
add_ydb_test(NAME basic-example
22
SOURCES
33
main.cpp
44
basic_example_data.cpp

tests/integration/bulk_upsert_simple_it/CMakeLists.txt renamed to tests/integration/bulk_upsert/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_ydb_test(NAME bulk_upsert_simple_it
1+
add_ydb_test(NAME bulk_upsert
22
SOURCES
33
main.cpp
44
bulk_upsert.cpp
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
add_ydb_test(NAME bulk_upsert_simple_it
2+
SOURCES
3+
main.cpp
4+
bulk_upsert.cpp
5+
bulk_upsert.h
6+
LINK_LIBRARIES
7+
yutil
8+
api-grpc
9+
YDB-CPP-SDK::Query
10+
gRPC::grpc++
11+
GTest::gtest_main
12+
LABELS
13+
integration
14+
)

0 commit comments

Comments
 (0)