blob: 70f86d3c73010191c8af45ec198cd1aba933f85e [file] [log] [blame]
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00001add_clang_unittest(ASTTests
Manuel Klimekd4be4082013-02-28 13:21:39 +00002 ASTContextParentMapTest.cpp
Samuel Benzaquenf226e972013-06-19 18:45:24 +00003 ASTTypeTraitsTest.cpp
David Blaikie67fc79f2013-07-13 19:23:35 +00004 ASTVectorTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00005 CommentLexer.cpp
Dmitri Gribenkoe3942ef2012-07-23 20:11:34 +00006 CommentParser.cpp
Dmitri Gribenko309856a2012-08-20 23:39:06 +00007 DeclPrinterTest.cpp
Manuel Klimeka7328992013-06-03 13:51:33 +00008 DeclTest.cpp
Manuel Klimeke6de22d2012-11-06 17:31:40 +00009 SourceLocationTest.cpp
Dmitri Gribenko24bef9a2012-09-23 20:29:07 +000010 StmtPrinterTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000011 )
12
13target_link_libraries(ASTTests
Dmitri Gribenko309856a2012-08-20 23:39:06 +000014 clangAST clangASTMatchers clangTooling
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000015 )