diff options
author | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
---|---|---|
committer | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
commit | e28946633ffe99ca801c9ce9a8e835e796a20c12 (patch) | |
tree | 6abf6146e14ca9d23c1ef74dd11da0123a225da3 /library/cpp/testing | |
parent | 2abfb07de63eed20a0745f07e169c651aceaca0f (diff) | |
download | ydb-e28946633ffe99ca801c9ce9a8e835e796a20c12.tar.gz |
Improve SystemCommand check in YDB CLI, KIKIMR-14321
ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/common/CMakeLists.txt | 9 | ||||
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/CMakeLists.txt | 9 | ||||
-rw-r--r-- | library/cpp/testing/gtest_extensions/CMakeLists.txt | 9 | ||||
-rw-r--r-- | library/cpp/testing/hook/CMakeLists.txt | 9 | ||||
-rw-r--r-- | library/cpp/testing/unittest/CMakeLists.txt | 9 | ||||
-rw-r--r-- | library/cpp/testing/unittest_main/CMakeLists.txt | 9 |
6 files changed, 54 insertions, 0 deletions
diff --git a/library/cpp/testing/common/CMakeLists.txt b/library/cpp/testing/common/CMakeLists.txt index cd819a464c..a0a2d01988 100644 --- a/library/cpp/testing/common/CMakeLists.txt +++ b/library/cpp/testing/common/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-common) target_link_libraries(cpp-testing-common PUBLIC contrib-libs-cxxsupp diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt index 5e6486a2c4..a3303647bd 100644 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt +++ b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-gmock_in_unittest) target_link_libraries(cpp-testing-gmock_in_unittest PUBLIC contrib-libs-cxxsupp diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.txt b/library/cpp/testing/gtest_extensions/CMakeLists.txt index 50b6d18d2b..542c855c85 100644 --- a/library/cpp/testing/gtest_extensions/CMakeLists.txt +++ b/library/cpp/testing/gtest_extensions/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-gtest_extensions) target_link_libraries(cpp-testing-gtest_extensions PUBLIC contrib-libs-cxxsupp diff --git a/library/cpp/testing/hook/CMakeLists.txt b/library/cpp/testing/hook/CMakeLists.txt index 39272209f3..c452ebec81 100644 --- a/library/cpp/testing/hook/CMakeLists.txt +++ b/library/cpp/testing/hook/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-hook) target_link_libraries(cpp-testing-hook PUBLIC contrib-libs-cxxsupp diff --git a/library/cpp/testing/unittest/CMakeLists.txt b/library/cpp/testing/unittest/CMakeLists.txt index 5c4976b8ed..8d86b85e75 100644 --- a/library/cpp/testing/unittest/CMakeLists.txt +++ b/library/cpp/testing/unittest/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-unittest) target_link_libraries(cpp-testing-unittest PUBLIC contrib-libs-cxxsupp diff --git a/library/cpp/testing/unittest_main/CMakeLists.txt b/library/cpp/testing/unittest_main/CMakeLists.txt index 05555b99e7..26424850d3 100644 --- a/library/cpp/testing/unittest_main/CMakeLists.txt +++ b/library/cpp/testing/unittest_main/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + add_library(cpp-testing-unittest_main) target_link_libraries(cpp-testing-unittest_main PUBLIC contrib-libs-cxxsupp |