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