blob: c414ae3b237fabd703ff5dc3cb3d1cb5631b1168 [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
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00004 CommentLexer.cpp
Dmitri Gribenkoe3942ef2012-07-23 20:11:34 +00005 CommentParser.cpp
Dmitri Gribenko309856a2012-08-20 23:39:06 +00006 DeclPrinterTest.cpp
Manuel Klimeka7328992013-06-03 13:51:33 +00007 DeclTest.cpp
Manuel Klimeke6de22d2012-11-06 17:31:40 +00008 SourceLocationTest.cpp
Dmitri Gribenko24bef9a2012-09-23 20:29:07 +00009 StmtPrinterTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000010 )
11
12target_link_libraries(ASTTests
Dmitri Gribenko309856a2012-08-20 23:39:06 +000013 clangAST clangASTMatchers clangTooling
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000014 )