aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/purecalc/ut/ya.make
blob: 2f4882c1291f4a5fd9f6b2b725bb3b7d9e7a4aff (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
28
29
30
UNITTEST()

SRCS(
    empty_stream.h
    fake_spec.cpp
    fake_spec.h
    test_langver.cpp
    test_schema.cpp
    test_sexpr.cpp
    test_sql.cpp
    test_pg.cpp
    test_udf.cpp
    test_user_data.cpp
    test_eval.cpp
    test_fatal_err.cpp
    test_pool.cpp
    test_mixed_allocators.cpp
)

PEERDIR(
    yql/essentials/public/purecalc
    yql/essentials/public/purecalc/io_specs/protobuf
    yql/essentials/public/purecalc/ut/protos
)

SIZE(MEDIUM)

YQL_LAST_ABI_VERSION()

END()