Skip to content

Commit bb132aa

Browse files
committed
build
1 parent 32985ca commit bb132aa

File tree

22 files changed

+25
-119
lines changed

22 files changed

+25
-119
lines changed

ydb/core/actorlib_impl/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PEERDIR(
1919
library/cpp/svnversion
2020
ydb/core/testlib/actors
2121
ydb/core/testlib/basics/default
22+
ydb/library/yql/minikql/comp_nodes/llvm
2223
)
2324

2425
SRCS(

ydb/core/base/ut_board_subscriber/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PEERDIR(
1313
ydb/core/testlib/basics
1414
ydb/core/base
1515
ydb/core/testlib/basics/default
16+
ydb/library/yql/minikql/comp_nodes/llvm
1617
)
1718

1819
YQL_LAST_ABI_VERSION()

ydb/core/blobstorage/ut_blobstorage/lib/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PEERDIR(
3434
ydb/core/tx/coordinator
3535
ydb/core/tx/scheme_board
3636
ydb/core/util
37+
ydb/library/yql/minikql/comp_nodes/llvm
3738
ydb/library/yql/public/udf/service/exception_policy
3839
ydb/library/yql/sql/pg_dummy
3940
)

ydb/core/client/metadata/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SRCS(
55
)
66

77
PEERDIR(
8+
ydb/library/yql/minikql/invoke_builtins/llvm
89
ydb/library/yql/public/udf/service/stub
910
ydb/library/yql/sql/pg_dummy
1011
)

ydb/core/fq/libs/checkpointing/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PEERDIR(
99
ydb/core/fq/libs/checkpointing
1010
ydb/core/testlib/actors
1111
ydb/core/testlib/basics/default
12+
ydb/library/yql/minikql/comp_nodes/llvm
1213
)
1314

1415
SIZE(MEDIUM)

ydb/core/kqp/runtime/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ YQL_LAST_ABI_VERSION()
1414
PEERDIR(
1515
library/cpp/testing/unittest
1616
ydb/core/testlib/basics/default
17+
ydb/library/yql/minikql/comp_nodes/llvm
1718
ydb/library/yql/public/udf/service/exception_policy
1819
)
1920

ydb/core/mind/bscontroller/ut_selfheal/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PEERDIR(
2020
ydb/core/blobstorage/pdisk/mock
2121
ydb/core/mind/bscontroller
2222
ydb/core/tx/scheme_board
23+
ydb/library/yql/minikql/comp_nodes/llvm
2324
ydb/library/yql/public/udf/service/stub
2425
ydb/library/yql/sql/pg_dummy
2526
)

ydb/core/tx/columnshard/splitter/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PEERDIR(
1616
ydb/core/tx/tx_proxy
1717
ydb/core/tx
1818
ydb/core/mind
19+
ydb/library/yql/minikql/comp_nodes/llvm
1920
ydb/library/yql/public/udf/service/exception_policy
2021
ydb/library/yql/sql/pg
2122
)

ydb/core/tx/scheme_board/ut_monitoring/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PEERDIR(
1010
ydb/library/actors/core
1111
library/cpp/testing/unittest
1212
ydb/core/testlib/basics/default
13+
ydb/library/yql/minikql/comp_nodes/llvm
1314
)
1415

1516
YQL_LAST_ABI_VERSION()

ydb/core/tx/scheme_board/ut_replica/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ TIMEOUT(600)
88

99
PEERDIR(
1010
library/cpp/testing/unittest
11+
ydb/library/yql/minikql/comp_nodes/llvm
1112
ydb/core/testlib/basics/default
1213
)
1314

ydb/core/tx/scheme_board/ut_subscriber/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PEERDIR(
1010
ydb/library/actors/interconnect
1111
library/cpp/testing/unittest
1212
ydb/core/testlib/basics/default
13+
ydb/library/yql/minikql/comp_nodes/llvm
1314
)
1415

1516
YQL_LAST_ABI_VERSION()

ydb/core/wrappers/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ IF (NOT OS_WINDOWS)
1111
library/cpp/testing/unittest
1212
ydb/core/protos
1313
ydb/core/testlib/basics/default
14+
ydb/library/yql/minikql/comp_nodes/llvm
1415
ydb/core/wrappers/ut_helpers
1516
)
1617
SRCS(

ydb/library/yql/core/extract_predicate/ut/ya.make

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ PEERDIR(
1818
ydb/library/yql/providers/result/provider
1919
ydb/library/yql/providers/yt/gateway/file
2020
ydb/library/yql/providers/yt/provider
21+
ydb/library/yql/minikql/comp_nodes/llvm
22+
ydb/library/yql/minikql/invoke_builtins/llvm
2123
ydb/library/yql/sql/pg
2224
)
2325

ydb/library/yql/core/ut/ya.make

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ PEERDIR(
2828
ydb/library/yql/providers/result/provider
2929
ydb/library/yql/providers/yt/gateway/file
3030
ydb/library/yql/providers/yt/provider
31+
ydb/library/yql/minikql/comp_nodes/llvm
32+
ydb/library/yql/minikql/invoke_builtins/llvm
3133
ydb/library/yql/sql/pg
3234
)
3335

ydb/library/yql/minikql/comp_nodes/ut/ya.make

-90
This file was deleted.

ydb/library/yql/minikql/invoke_builtins/ut/ya.make

-28
This file was deleted.

ydb/library/yql/minikql/invoke_builtins/ya.make

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ RECURSE(
2222
)
2323

2424
RECURSE_FOR_TESTS(
25-
ut
25+
llvm/ut
26+
llvm14/ut
2627
)

ydb/library/yql/providers/dq/global_worker_manager/ut/ya.make

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ PEERDIR(
1111
ydb/library/yql/providers/dq/actors/yt
1212
ydb/library/yql/providers/dq/actors
1313
ydb/library/yql/dq/actors/compute
14+
ydb/library/yql/minikql/computation/llvm
15+
ydb/library/yql/minikql/comp_nodes/llvm
1416
)
1517

1618
SRCS(

ydb/library/yql/providers/generic/provider/ut/pushdown/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PEERDIR(
1717
ydb/library/yql/providers/result/provider
1818
ydb/library/yql/public/udf/service/stub
1919
ydb/library/yql/sql
20+
ydb/library/yql/minikql/invoke_builtins/llvm
2021
ydb/library/yql/sql/pg_dummy
2122
)
2223

ydb/library/yql/providers/yt/gateway/native/ut/ya.make

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ PEERDIR(
1212
library/cpp/testing/common
1313
ydb/library/yql/public/udf/service/terminate_policy
1414
ydb/library/yql/sql/pg
15+
ydb/library/yql/minikql/comp_nodes/llvm
16+
ydb/library/yql/minikql/invoke_builtins/llvm
1517
)
1618

1719
YQL_LAST_ABI_VERSION()

ydb/library/yql/providers/yt/provider/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ PEERDIR(
2626
ydb/library/yql/providers/result/provider
2727
ydb/library/yql/sql/v1
2828
ydb/library/yql/minikql/invoke_builtins/llvm
29+
ydb/library/yql/minikql/comp_nodes/llvm
2930
ydb/library/yql/sql/pg
3031
)
3132

ydb/library/yql/utils/actors/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ IF (OS_LINUX OR OS_DARWIN)
99

1010
PEERDIR(
1111
ydb/core/testlib/basics/default
12+
ydb/library/yql/minikql/comp_nodes/llvm
1213
)
1314

1415
END()

0 commit comments

Comments
 (0)