1 add_clang_unittest(ASTTests 2 ASTContextParentMapTest.cpp 3 CommentLexer.cpp 4 CommentParser.cpp 5 DeclPrinterTest.cpp 6 SourceLocationTest.cpp 7 StmtPrinterTest.cpp 8 ) 9 10 target_link_libraries(ASTTests 11 clangAST clangASTMatchers clangTooling 12 ) 13