aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_catalog/ut/ya.make
blob: e4517be5a760e2d184d5e0564a53b1c85c789b03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
UNITTEST_FOR(yql/essentials/parser/pg_catalog)

SRCS(
    catalog_ut.cpp
    catalog_consts_ut.cpp
)

ADDINCL(
    yql/essentials/parser/pg_wrapper/postgresql/src/include
)

PEERDIR(
    yql/essentials/public/udf
    yql/essentials/public/udf/service/exception_policy
    yql/essentials/minikql/comp_nodes/llvm14
    yql/essentials/parser/pg_wrapper
)

YQL_LAST_ABI_VERSION()

IF (MKQL_RUNTIME_VERSION)
    CFLAGS(
        -DMKQL_RUNTIME_VERSION=$MKQL_RUNTIME_VERSION
    )
ENDIF()

END()