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 c68241bc9e..c68241bc9e 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 84161c1c43..84161c1c43 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 eee324bb60..8f8c04afe5 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 15cbe3d5ac..15cbe3d5ac 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 3f580358e3..3f580358e3 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 eee324bb60..8f8c04afe5 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 c795d4ebeb..c795d4ebeb 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 261d374dc8..261d374dc8 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 eee324bb60..8f8c04afe5 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 8a20efaed0..8a20efaed0 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 29717189de..29717189de 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 eee324bb60..8f8c04afe5 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 41bc7e20f9..41bc7e20f9 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 e172e2381a..e172e2381a 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 eee324bb60..8f8c04afe5 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 3557a689eb..3557a689eb 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 fba9c841de..fba9c841de 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 eee324bb60..8f8c04afe5 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 1075010e22..1075010e22 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 f3ef692fb6..f3ef692fb6 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 eee324bb60..8f8c04afe5 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 14cff14af7..14cff14af7 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 ee777c46ff..ee777c46ff 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 eee324bb60..8f8c04afe5 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 64dc3e1a7a..64dc3e1a7a 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 860a713a0b..860a713a0b 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 eee324bb60..8f8c04afe5 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 47d1aa79f6..47d1aa79f6 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 38c9a6036d..38c9a6036d 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 eee324bb60..8f8c04afe5 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() |