summaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/runtime_settings/ut/ya.make
blob: 00a997e786e0e48d2465448140c00f243ac6fd3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
UNITTEST_FOR(yql/essentials/minikql/runtime_settings)

SRCS(
    runtime_settings_hash_ut.cpp
    runtime_settings_serialization_ut.cpp
)

PEERDIR(
    yql/essentials/public/udf/service/stub
    yql/essentials/public/udf
    yql/essentials/core/credentials
    yql/essentials/core/qplayer/storage/memory
    yql/essentials/providers/common/activation
)

YQL_LAST_ABI_VERSION()

END()