diff options
author | armenqa <armenqa@yandex-team.com> | 2024-01-19 12:23:50 +0300 |
---|---|---|
committer | armenqa <armenqa@yandex-team.com> | 2024-01-19 13:10:03 +0300 |
commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /library/cpp/testing | |
parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) | |
download | ydb-2de0149d0151c514b22bca0760b95b26c9b0b578.tar.gz |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'library/cpp/testing')
73 files changed, 0 insertions, 1650 deletions
diff --git a/library/cpp/testing/CMakeLists.txt b/library/cpp/testing/CMakeLists.txt deleted file mode 100644 index 6e9e24fec87..00000000000 --- a/library/cpp/testing/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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_subdirectory(benchmark) -add_subdirectory(common) -add_subdirectory(gbenchmark) -add_subdirectory(gmock_in_unittest) -add_subdirectory(gtest) -add_subdirectory(gtest_extensions) -add_subdirectory(gtest_main) -add_subdirectory(hook) -add_subdirectory(mock_server) -add_subdirectory(unittest) -add_subdirectory(unittest_main) diff --git a/library/cpp/testing/benchmark/CMakeLists.darwin-arm64.txt b/library/cpp/testing/benchmark/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c68241bc9ec..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c68241bc9ec..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.linux-aarch64.txt b/library/cpp/testing/benchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 84161c1c434..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,26 +0,0 @@ - -# This file was generated 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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 84161c1c434..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,26 +0,0 @@ - -# This file was generated 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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.txt b/library/cpp/testing/benchmark/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/benchmark/CMakeLists.windows-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c68241bc9ec..00000000000 --- a/library/cpp/testing/benchmark/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.darwin-arm64.txt b/library/cpp/testing/benchmark/main/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 15cbe3d5ac9..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15cbe3d5ac9..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.linux-aarch64.txt b/library/cpp/testing/benchmark/main/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3f580358e35..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated 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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f580358e35..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated 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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.txt b/library/cpp/testing/benchmark/main/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/benchmark/main/CMakeLists.windows-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15cbe3d5ac9..00000000000 --- a/library/cpp/testing/benchmark/main/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.darwin-arm64.txt b/library/cpp/testing/common/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c795d4ebeb0..00000000000 --- a/library/cpp/testing/common/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c795d4ebeb0..00000000000 --- a/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.linux-aarch64.txt b/library/cpp/testing/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 261d374dc86..00000000000 --- a/library/cpp/testing/common/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.linux-x86_64.txt b/library/cpp/testing/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 261d374dc86..00000000000 --- a/library/cpp/testing/common/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.txt b/library/cpp/testing/common/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/common/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/common/CMakeLists.windows-x86_64.txt b/library/cpp/testing/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c795d4ebeb0..00000000000 --- a/library/cpp/testing/common/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.darwin-arm64.txt b/library/cpp/testing/gbenchmark/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6b4fdb826d8..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b4fdb826d8..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gbenchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3cdb5fbc1e..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3cdb5fbc1e..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.txt b/library/cpp/testing/gbenchmark/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gbenchmark/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b4fdb826d8..00000000000 --- a/library/cpp/testing/gbenchmark/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-arm64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8a20efaed07..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,34 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8a20efaed07..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,34 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 29717189de7..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,36 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 29717189de7..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,36 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8a20efaed07..00000000000 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,34 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gtest/CMakeLists.darwin-arm64.txt b/library/cpp/testing/gtest/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 41bc7e20f92..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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) -target_link_libraries(cpp-testing-gtest PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-string_utils-relaxed_escaper - cpp-testing-common - cpp-testing-gtest_extensions - cpp-testing-hook -) -target_sources(cpp-testing-gtest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/main.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/matchers.cpp -) diff --git a/library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 41bc7e20f92..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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) -target_link_libraries(cpp-testing-gtest PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-string_utils-relaxed_escaper - cpp-testing-common - cpp-testing-gtest_extensions - cpp-testing-hook -) -target_sources(cpp-testing-gtest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/main.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/matchers.cpp -) diff --git a/library/cpp/testing/gtest/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gtest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e172e2381a7..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,26 +0,0 @@ - -# This file was generated 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) -target_link_libraries(cpp-testing-gtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-string_utils-relaxed_escaper - cpp-testing-common - cpp-testing-gtest_extensions - cpp-testing-hook -) -target_sources(cpp-testing-gtest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/main.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/matchers.cpp -) diff --git a/library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e172e2381a7..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,26 +0,0 @@ - -# This file was generated 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) -target_link_libraries(cpp-testing-gtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-string_utils-relaxed_escaper - cpp-testing-common - cpp-testing-gtest_extensions - cpp-testing-hook -) -target_sources(cpp-testing-gtest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/main.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/matchers.cpp -) diff --git a/library/cpp/testing/gtest/CMakeLists.txt b/library/cpp/testing/gtest/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gtest/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gtest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 41bc7e20f92..00000000000 --- a/library/cpp/testing/gtest/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was generated 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) -target_link_libraries(cpp-testing-gtest PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-string_utils-relaxed_escaper - cpp-testing-common - cpp-testing-gtest_extensions - cpp-testing-hook -) -target_sources(cpp-testing-gtest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/main.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest/matchers.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.darwin-arm64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 3557a689eb5..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3557a689eb5..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fba9c841dea..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fba9c841dea..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.txt b/library/cpp/testing/gtest_extensions/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3557a689eb5..00000000000 --- a/library/cpp/testing/gtest_extensions/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated 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 - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_main/CMakeLists.darwin-arm64.txt b/library/cpp/testing/gtest_main/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1075010e224..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated 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_main) -target_link_libraries(cpp-testing-gtest_main PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-gtest -) -target_sources(cpp-testing-gtest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_main/main.cpp -) diff --git a/library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1075010e224..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated 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_main) -target_link_libraries(cpp-testing-gtest_main PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-gtest -) -target_sources(cpp-testing-gtest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_main/main.cpp -) diff --git a/library/cpp/testing/gtest_main/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gtest_main/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3ef692fb61..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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_main) -target_link_libraries(cpp-testing-gtest_main PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-gtest -) -target_sources(cpp-testing-gtest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_main/main.cpp -) diff --git a/library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3ef692fb61..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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_main) -target_link_libraries(cpp-testing-gtest_main PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-gtest -) -target_sources(cpp-testing-gtest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_main/main.cpp -) diff --git a/library/cpp/testing/gtest_main/CMakeLists.txt b/library/cpp/testing/gtest_main/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gtest_main/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gtest_main/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1075010e224..00000000000 --- a/library/cpp/testing/gtest_main/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated 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_main) -target_link_libraries(cpp-testing-gtest_main PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-gtest -) -target_sources(cpp-testing-gtest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_main/main.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.darwin-arm64.txt b/library/cpp/testing/hook/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 14cff14af7f..00000000000 --- a/library/cpp/testing/hook/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated 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 - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14cff14af7f..00000000000 --- a/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated 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 - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.linux-aarch64.txt b/library/cpp/testing/hook/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee777c46ff2..00000000000 --- a/library/cpp/testing/hook/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt b/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee777c46ff2..00000000000 --- a/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.txt b/library/cpp/testing/hook/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/hook/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/hook/CMakeLists.windows-x86_64.txt b/library/cpp/testing/hook/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14cff14af7f..00000000000 --- a/library/cpp/testing/hook/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated 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 - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/mock_server/CMakeLists.darwin-arm64.txt b/library/cpp/testing/mock_server/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a5d1538c15f..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-mock_server) -target_link_libraries(cpp-testing-mock_server PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-server -) -target_sources(cpp-testing-mock_server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/mock_server/server.cpp -) diff --git a/library/cpp/testing/mock_server/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/mock_server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5d1538c15f..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-mock_server) -target_link_libraries(cpp-testing-mock_server PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-server -) -target_sources(cpp-testing-mock_server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/mock_server/server.cpp -) diff --git a/library/cpp/testing/mock_server/CMakeLists.linux-aarch64.txt b/library/cpp/testing/mock_server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c630a22d233..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-mock_server) -target_link_libraries(cpp-testing-mock_server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-server -) -target_sources(cpp-testing-mock_server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/mock_server/server.cpp -) diff --git a/library/cpp/testing/mock_server/CMakeLists.linux-x86_64.txt b/library/cpp/testing/mock_server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c630a22d233..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-mock_server) -target_link_libraries(cpp-testing-mock_server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-server -) -target_sources(cpp-testing-mock_server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/mock_server/server.cpp -) diff --git a/library/cpp/testing/mock_server/CMakeLists.txt b/library/cpp/testing/mock_server/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/mock_server/CMakeLists.windows-x86_64.txt b/library/cpp/testing/mock_server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5d1538c15f..00000000000 --- a/library/cpp/testing/mock_server/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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-mock_server) -target_link_libraries(cpp-testing-mock_server PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-server -) -target_sources(cpp-testing-mock_server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/mock_server/server.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.darwin-arm64.txt b/library/cpp/testing/unittest/CMakeLists.darwin-arm64.txt deleted file mode 100644 index baa59845ea6..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,30 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index baa59845ea6..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.linux-aarch64.txt b/library/cpp/testing/unittest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fc8fcbf733..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fc8fcbf733..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.txt b/library/cpp/testing/unittest/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/unittest/CMakeLists.windows-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index baa59845ea6..00000000000 --- a/library/cpp/testing/unittest/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +0,0 @@ - -# This file was generated 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 - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.darwin-arm64.txt b/library/cpp/testing/unittest_main/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 47d1aa79f66..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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 - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 47d1aa79f66..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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 - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.linux-aarch64.txt b/library/cpp/testing/unittest_main/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 38c9a6036d2..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38c9a6036d2..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated 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-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.txt b/library/cpp/testing/unittest_main/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/unittest_main/CMakeLists.windows-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47d1aa79f66..00000000000 --- a/library/cpp/testing/unittest_main/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated 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 - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) |