ya.make 248 B

12345678910111213141516171819202122232425262728
  1. LIBRARY()
  2. PEERDIR(
  3. yql/essentials/core/issue/protos
  4. yql/essentials/sql/settings
  5. )
  6. SRCS(
  7. lexer.cpp
  8. )
  9. SUPPRESSIONS(
  10. tsan.supp
  11. )
  12. END()
  13. RECURSE(
  14. antlr3
  15. antlr3_ansi
  16. antlr4
  17. antlr4_ansi
  18. )
  19. RECURSE_FOR_TESTS(
  20. ut
  21. )