aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/dq/actors/spilling/ut/ya.make
blob: 4f53a1ca1168209b9ab4c13d3c5eb10fd8c38992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
UNITTEST_FOR(ydb/library/yql/dq/actors/spilling)

FORK_SUBTESTS()

SIZE(MEDIUM)

SRCS(
    spilling_file_ut.cpp
)

YQL_LAST_ABI_VERSION()

PEERDIR(
    library/cpp/testing/unittest
    ydb/library/actors/testlib
    ydb/library/services
    yql/essentials/sql/pg_dummy
    yql/essentials/public/udf/service/exception_policy
)

END()