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

FORK_SUBTESTS()

SIZE(MEDIUM)
TIMEOUT(180)

SRCS(
    spilling_file_ut.cpp
)

YQL_LAST_ABI_VERSION()

PEERDIR(
    library/cpp/testing/unittest
    library/cpp/actors/testlib
    ydb/library/services
)

END()