summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/testlib/ut
diff options
context:
space:
mode:
authordimdim11 <[email protected]>2023-11-24 11:12:03 +0300
committerdimdim11 <[email protected]>2023-11-24 11:52:17 +0300
commitc5284478af104d82c4d84a5d99bf0a51ecd2ca63 (patch)
tree1866d11e43f2a6edf6a248cbf4601319b2c18548 /library/cpp/actors/testlib/ut
parentefe5b5f8d2da503eda4d172f6f2e85aac64ba6a6 (diff)
Add env semantic
Diffstat (limited to 'library/cpp/actors/testlib/ut')
-rw-r--r--library/cpp/actors/testlib/ut/CMakeLists.darwin-arm64.txt13
-rw-r--r--library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt14
-rw-r--r--library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt14
-rw-r--r--library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt16
-rw-r--r--library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt14
5 files changed, 0 insertions, 71 deletions
diff --git a/library/cpp/actors/testlib/ut/CMakeLists.darwin-arm64.txt b/library/cpp/actors/testlib/ut/CMakeLists.darwin-arm64.txt
index ae1df12ed6c..89c8ba99c7d 100644
--- a/library/cpp/actors/testlib/ut/CMakeLists.darwin-arm64.txt
+++ b/library/cpp/actors/testlib/ut/CMakeLists.darwin-arm64.txt
@@ -11,13 +11,6 @@ add_executable(library-cpp-actors-testlib-ut)
target_include_directories(library-cpp-actors-testlib-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib
)
-target_link_libraries(library-cpp-actors-testlib-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- cpp-testing-unittest_main
- cpp-actors-testlib
- cpp-actors-core
-)
target_link_options(library-cpp-actors-testlib-ut PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
@@ -25,9 +18,6 @@ target_link_options(library-cpp-actors-testlib-ut PRIVATE
-framework
CoreFoundation
)
-target_sources(library-cpp-actors-testlib-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/decorator_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-testlib-ut
@@ -61,7 +51,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-testlib-ut
- system_allocator
-)
vcs_info(library-cpp-actors-testlib-ut)
diff --git a/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt
index 03d106c63f9..89c8ba99c7d 100644
--- a/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt
@@ -11,14 +11,6 @@ add_executable(library-cpp-actors-testlib-ut)
target_include_directories(library-cpp-actors-testlib-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib
)
-target_link_libraries(library-cpp-actors-testlib-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-testlib
- cpp-actors-core
-)
target_link_options(library-cpp-actors-testlib-ut PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
@@ -26,9 +18,6 @@ target_link_options(library-cpp-actors-testlib-ut PRIVATE
-framework
CoreFoundation
)
-target_sources(library-cpp-actors-testlib-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/decorator_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-testlib-ut
@@ -62,7 +51,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-testlib-ut
- system_allocator
-)
vcs_info(library-cpp-actors-testlib-ut)
diff --git a/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt
index 598b6e53dea..36ab7683996 100644
--- a/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt
@@ -11,14 +11,6 @@ add_executable(library-cpp-actors-testlib-ut)
target_include_directories(library-cpp-actors-testlib-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib
)
-target_link_libraries(library-cpp-actors-testlib-ut PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- cpp-testing-unittest_main
- cpp-actors-testlib
- cpp-actors-core
-)
target_link_options(library-cpp-actors-testlib-ut PRIVATE
-ldl
-lrt
@@ -29,9 +21,6 @@ target_link_options(library-cpp-actors-testlib-ut PRIVATE
-lrt
-ldl
)
-target_sources(library-cpp-actors-testlib-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/decorator_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-testlib-ut
@@ -65,7 +54,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-testlib-ut
- cpp-malloc-jemalloc
-)
vcs_info(library-cpp-actors-testlib-ut)
diff --git a/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt
index 42713842dab..36ab7683996 100644
--- a/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt
+++ b/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt
@@ -11,15 +11,6 @@ add_executable(library-cpp-actors-testlib-ut)
target_include_directories(library-cpp-actors-testlib-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib
)
-target_link_libraries(library-cpp-actors-testlib-ut PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-testlib
- cpp-actors-core
-)
target_link_options(library-cpp-actors-testlib-ut PRIVATE
-ldl
-lrt
@@ -30,9 +21,6 @@ target_link_options(library-cpp-actors-testlib-ut PRIVATE
-lrt
-ldl
)
-target_sources(library-cpp-actors-testlib-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/decorator_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-testlib-ut
@@ -66,8 +54,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-testlib-ut
- cpp-malloc-tcmalloc
- libs-tcmalloc-no_percpu_cache
-)
vcs_info(library-cpp-actors-testlib-ut)
diff --git a/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt
index 077ccae7fb6..084b0187b24 100644
--- a/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt
+++ b/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt
@@ -11,17 +11,6 @@ add_executable(library-cpp-actors-testlib-ut)
target_include_directories(library-cpp-actors-testlib-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib
)
-target_link_libraries(library-cpp-actors-testlib-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-testlib
- cpp-actors-core
-)
-target_sources(library-cpp-actors-testlib-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/decorator_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-testlib-ut
@@ -55,7 +44,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-testlib-ut
- system_allocator
-)
vcs_info(library-cpp-actors-testlib-ut)