diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-07 12:53:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-07 12:53:35 +0300 |
commit | 33ed6077e694c2f1286c01ebe1be30b189850e77 (patch) | |
tree | e63bbad8736baf21ab183e9d98597aa27f5a2233 /library/cpp/testing | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/benchmark/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/benchmark/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/benchmark/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/benchmark/main/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/benchmark/main/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/benchmark/main/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/common/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/common/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/common/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/common/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/common/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/gmock_in_unittest/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/gmock_in_unittest/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gmock_in_unittest/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/gtest/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/gtest/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/gtest_extensions/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/gtest_extensions/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest_extensions/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/gtest_main/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/gtest_main/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/gtest_main/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/hook/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/hook/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/hook/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/hook/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/unittest/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/unittest/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/unittest/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/testing/unittest_main/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt (renamed from library/cpp/testing/unittest_main/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/testing/unittest_main/CMakeLists.txt | 4 |
30 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/testing/benchmark/CMakeLists.darwin.txt b/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt index c68241bc9ec..c68241bc9ec 100644 --- a/library/cpp/testing/benchmark/CMakeLists.darwin.txt +++ b/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/benchmark/CMakeLists.linux.txt b/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt index 84161c1c434..84161c1c434 100644 --- a/library/cpp/testing/benchmark/CMakeLists.linux.txt +++ b/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/benchmark/CMakeLists.txt b/library/cpp/testing/benchmark/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/benchmark/CMakeLists.txt +++ b/library/cpp/testing/benchmark/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/benchmark/main/CMakeLists.darwin.txt b/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt index 15cbe3d5ac9..15cbe3d5ac9 100644 --- a/library/cpp/testing/benchmark/main/CMakeLists.darwin.txt +++ b/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/benchmark/main/CMakeLists.linux.txt b/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt index 3f580358e35..3f580358e35 100644 --- a/library/cpp/testing/benchmark/main/CMakeLists.linux.txt +++ b/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/benchmark/main/CMakeLists.txt b/library/cpp/testing/benchmark/main/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/benchmark/main/CMakeLists.txt +++ b/library/cpp/testing/benchmark/main/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/common/CMakeLists.darwin.txt b/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt index c795d4ebeb0..c795d4ebeb0 100644 --- a/library/cpp/testing/common/CMakeLists.darwin.txt +++ b/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/common/CMakeLists.linux.txt b/library/cpp/testing/common/CMakeLists.linux-x86_64.txt index 261d374dc86..261d374dc86 100644 --- a/library/cpp/testing/common/CMakeLists.linux.txt +++ b/library/cpp/testing/common/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/common/CMakeLists.txt b/library/cpp/testing/common/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/common/CMakeLists.txt +++ b/library/cpp/testing/common/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt index 8a20efaed07..8a20efaed07 100644 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin.txt +++ b/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt index 29717189de7..29717189de7 100644 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux.txt +++ b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt +++ b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/gtest/CMakeLists.darwin.txt b/library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt index 41bc7e20f92..41bc7e20f92 100644 --- a/library/cpp/testing/gtest/CMakeLists.darwin.txt +++ b/library/cpp/testing/gtest/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/gtest/CMakeLists.linux.txt b/library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt index e172e2381a7..e172e2381a7 100644 --- a/library/cpp/testing/gtest/CMakeLists.linux.txt +++ b/library/cpp/testing/gtest/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/gtest/CMakeLists.txt b/library/cpp/testing/gtest/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/gtest/CMakeLists.txt +++ b/library/cpp/testing/gtest/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.darwin.txt b/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt index 3557a689eb5..3557a689eb5 100644 --- a/library/cpp/testing/gtest_extensions/CMakeLists.darwin.txt +++ b/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.linux.txt b/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt index fba9c841dea..fba9c841dea 100644 --- a/library/cpp/testing/gtest_extensions/CMakeLists.linux.txt +++ b/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.txt b/library/cpp/testing/gtest_extensions/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/gtest_extensions/CMakeLists.txt +++ b/library/cpp/testing/gtest_extensions/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/gtest_main/CMakeLists.darwin.txt b/library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt index 1075010e224..1075010e224 100644 --- a/library/cpp/testing/gtest_main/CMakeLists.darwin.txt +++ b/library/cpp/testing/gtest_main/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/gtest_main/CMakeLists.linux.txt b/library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt index f3ef692fb61..f3ef692fb61 100644 --- a/library/cpp/testing/gtest_main/CMakeLists.linux.txt +++ b/library/cpp/testing/gtest_main/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/gtest_main/CMakeLists.txt b/library/cpp/testing/gtest_main/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/gtest_main/CMakeLists.txt +++ b/library/cpp/testing/gtest_main/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/hook/CMakeLists.darwin.txt b/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt index 14cff14af7f..14cff14af7f 100644 --- a/library/cpp/testing/hook/CMakeLists.darwin.txt +++ b/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/hook/CMakeLists.linux.txt b/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt index ee777c46ff2..ee777c46ff2 100644 --- a/library/cpp/testing/hook/CMakeLists.linux.txt +++ b/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/hook/CMakeLists.txt b/library/cpp/testing/hook/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/hook/CMakeLists.txt +++ b/library/cpp/testing/hook/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/unittest/CMakeLists.darwin.txt b/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt index 64dc3e1a7a0..64dc3e1a7a0 100644 --- a/library/cpp/testing/unittest/CMakeLists.darwin.txt +++ b/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/unittest/CMakeLists.linux.txt b/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt index 860a713a0b6..860a713a0b6 100644 --- a/library/cpp/testing/unittest/CMakeLists.linux.txt +++ b/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/unittest/CMakeLists.txt b/library/cpp/testing/unittest/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/unittest/CMakeLists.txt +++ b/library/cpp/testing/unittest/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/testing/unittest_main/CMakeLists.darwin.txt b/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt index 47d1aa79f66..47d1aa79f66 100644 --- a/library/cpp/testing/unittest_main/CMakeLists.darwin.txt +++ b/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/testing/unittest_main/CMakeLists.linux.txt b/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt index 38c9a6036d2..38c9a6036d2 100644 --- a/library/cpp/testing/unittest_main/CMakeLists.linux.txt +++ b/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/testing/unittest_main/CMakeLists.txt b/library/cpp/testing/unittest_main/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/testing/unittest_main/CMakeLists.txt +++ b/library/cpp/testing/unittest_main/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() |