aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/cbo/ut/ya.make
blob: 503d56bf3d8351b096e7b9e35e5efe765d3bd159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST_FOR(yql/essentials/core/cbo)

SRCS(
    cbo_optimizer_ut.cpp
)

PEERDIR(
    yql/essentials/core/cbo
    yql/essentials/parser/pg_wrapper/interface
    yql/essentials/public/udf/service/stub
)

SIZE(SMALL)

END()