1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
UNITTEST_FOR(yql/essentials/ast) FORK_SUBTESTS() SRCS( yql_ast_ut.cpp yql_expr_check_args_ut.cpp yql_expr_builder_ut.cpp yql_expr_ut.cpp yql_type_string_ut.cpp yql_constraint_ut.cpp ) PEERDIR( library/cpp/yson/node ) END()