ya.make 255 B

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