2012-06-27 04:39:18 +08:00
|
|
|
add_clang_unittest(ASTTests
|
2013-02-28 21:21:39 +08:00
|
|
|
ASTContextParentMapTest.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
|
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
|
2012-08-21 07:39:06 +08:00
|
|
|
clangAST clangASTMatchers clangTooling
|
2012-06-27 04:39:18 +08:00
|
|
|
)
|