We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4676077 commit aba29efCopy full SHA for aba29ef
tests/integration/basic_example/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-add_ydb_test(NAME basic-example
+add_ydb_test(NAME basic-example GTEST
2
SOURCES
3
main.cpp
4
basic_example_data.cpp
@@ -9,7 +9,6 @@ add_ydb_test(NAME basic-example
9
YDB-CPP-SDK::Driver
10
YDB-CPP-SDK::Proto
11
YDB-CPP-SDK::Table
12
- GTest::gtest_main
13
LABELS
14
integration
15
)
tests/integration/bulk_upsert/CMakeLists.txt
@@ -1,11 +1,10 @@
-add_ydb_test(NAME bulk_upsert
+add_ydb_test(NAME bulk_upsert GTEST
bulk_upsert.cpp
5
LINK_LIBRARIES
6
yutil
7
8
0 commit comments