Skip to content

Commit 569c963

Browse files
committed
fix
1 parent a7226d1 commit 569c963

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/integration/basic_example/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_ydb_test(NAME basic-example
1+
add_ydb_test(NAME basic-example GTEST
22
SOURCES
33
main.cpp
44
basic_example_data.cpp
@@ -9,7 +9,6 @@ add_ydb_test(NAME basic-example
99
YDB-CPP-SDK::Driver
1010
YDB-CPP-SDK::Proto
1111
YDB-CPP-SDK::Table
12-
GTest::gtest_main
1312
LABELS
1413
integration
1514
)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
add_ydb_test(NAME bulk_upsert
1+
add_ydb_test(NAME bulk_upsert GTEST
22
SOURCES
33
main.cpp
44
bulk_upsert.cpp
55
LINK_LIBRARIES
66
yutil
77
YDB-CPP-SDK::Table
8-
GTest::gtest_main
98
LABELS
109
integration
1110
)

0 commit comments

Comments
 (0)