blob: ad29428220bfa89801e557e177ae8dc7b6d0134b [file] [log] [blame]
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00001add_clang_unittest(ASTTests
Manuel Klimekd4be4082013-02-28 13:21:39 +00002 ASTContextParentMapTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00003 CommentLexer.cpp
Dmitri Gribenkoe3942ef2012-07-23 20:11:34 +00004 CommentParser.cpp
Dmitri Gribenko309856a2012-08-20 23:39:06 +00005 DeclPrinterTest.cpp
Manuel Klimeke6de22d2012-11-06 17:31:40 +00006 SourceLocationTest.cpp
Dmitri Gribenko24bef9a2012-09-23 20:29:07 +00007 StmtPrinterTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00008 )
9
10target_link_libraries(ASTTests
Dmitri Gribenko309856a2012-08-20 23:39:06 +000011 clangAST clangASTMatchers clangTooling
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000012 )