2013-12-10 20:40:37 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2012-06-27 04:39:18 +08:00
|
|
|
add_clang_unittest(ASTTests
|
2013-02-28 21:21:39 +08:00
|
|
|
ASTContextParentMapTest.cpp
|
2016-04-14 19:51:27 +08:00
|
|
|
ASTImporterTest.cpp
|
2013-06-20 02:45:24 +08:00
|
|
|
ASTTypeTraitsTest.cpp
|
2013-07-14 03:23:35 +08:00
|
|
|
ASTVectorTest.cpp
|
2012-06-27 04:39:18 +08:00
|
|
|
CommentLexer.cpp
|
2012-07-24 04:11:34 +08:00
|
|
|
CommentParser.cpp
|
2012-08-21 07:39:06 +08:00
|
|
|
DeclPrinterTest.cpp
|
2013-06-03 21:51:33 +08:00
|
|
|
DeclTest.cpp
|
2014-03-15 01:44:10 +08:00
|
|
|
EvaluateAsRValueTest.cpp
|
2014-03-11 09:18:47 +08:00
|
|
|
ExternalASTSourceTest.cpp
|
2014-05-31 06:16:51 +08:00
|
|
|
NamedDeclPrinterTest.cpp
|
2016-07-08 16:33:56 +08:00
|
|
|
PostOrderASTVisitor.cpp
|
2012-11-07 01:31:40 +08:00
|
|
|
SourceLocationTest.cpp
|
2012-09-24 04:29:07 +08:00
|
|
|
StmtPrinterTest.cpp
|
2012-06-27 04:39:18 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ASTTests
|
2013-12-10 20:40:37 +08:00
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangFrontend
|
|
|
|
clangTooling
|
2012-06-27 04:39:18 +08:00
|
|
|
)
|