blob: 1ea293ee83ae74d54ea3e6121498da2e1a24159b [file] [log] [blame]
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00001add_clang_unittest(ASTTests
2 CommentLexer.cpp
Dmitri Gribenkoe3942ef2012-07-23 20:11:34 +00003 CommentParser.cpp
Dmitri Gribenko309856a2012-08-20 23:39:06 +00004 DeclPrinterTest.cpp
Manuel Klimeke6de22d2012-11-06 17:31:40 +00005 SourceLocationTest.cpp
Dmitri Gribenko24bef9a2012-09-23 20:29:07 +00006 StmtPrinterTest.cpp
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00007 )
8
9target_link_libraries(ASTTests
Dmitri Gribenko309856a2012-08-20 23:39:06 +000010 clangAST clangASTMatchers clangTooling
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000011 )