diff options
author | dcherednik <dcherednik@ydb.tech> | 2023-03-20 18:14:47 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-03-20 18:14:47 +0300 |
commit | 7c59f6246d17e29179ae1b88a38ef97913e0f5cb (patch) | |
tree | a1d3d1bfaf81e801791bf241b6c7903684059025 | |
parent | 30574d399b041f91ad5143e57acca97636a54085 (diff) | |
download | ydb-7c59f6246d17e29179ae1b88a38ef97913e0f5cb.tar.gz |
missed peerdir.
5 files changed, 5 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt index 5b21143d004..64184d00406 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt @@ -23,6 +23,7 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC fq-libs-control_plane_proxy cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-core-fq-libs-test_connection-ut PRIVATE -Wl,-no_deduplicate diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt index c5ecf8a6892..06d5f5c02f3 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt @@ -23,6 +23,7 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC fq-libs-control_plane_proxy cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-core-fq-libs-test_connection-ut PRIVATE -ldl diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt index 17c62266d01..c8d6907bf0c 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt @@ -25,6 +25,7 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC fq-libs-control_plane_proxy cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-core-fq-libs-test_connection-ut PRIVATE -ldl diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt index b7f171baf5f..0d8a03f7d3c 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt @@ -23,6 +23,7 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC fq-libs-control_plane_proxy cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_sources(ydb-core-fq-libs-test_connection-ut PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/fq/libs/test_connection/ut/test_connection_ut.cpp diff --git a/ydb/core/fq/libs/test_connection/ut/ya.make b/ydb/core/fq/libs/test_connection/ut/ya.make index 5a08388fc18..bf33160bd86 100644 --- a/ydb/core/fq/libs/test_connection/ut/ya.make +++ b/ydb/core/fq/libs/test_connection/ut/ya.make @@ -3,6 +3,7 @@ UNITTEST_FOR(ydb/core/fq/libs/control_plane_proxy) PEERDIR( library/cpp/testing/unittest ydb/library/yql/sql/pg_dummy + ydb/library/yql/public/udf/service/exception_policy ) YQL_LAST_ABI_VERSION() |