blob: 474280a8e27f04c39c6c2e1ba4fea64515cade6c (
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
|
UNITTEST()
SRCS(
empty_stream.h
fake_spec.cpp
fake_spec.h
test_schema.cpp
test_sexpr.cpp
test_sql.cpp
test_pg.cpp
test_udf.cpp
test_user_data.cpp
test_eval.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()
|