NAKAMURA Takumi | ac851792 | 2013-12-10 12:40:37 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Support | ||||
3 | ) | ||||
4 | |||||
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 5 | add_clang_unittest(ASTTests |
Manuel Klimek | d4be408 | 2013-02-28 13:21:39 +0000 | [diff] [blame] | 6 | ASTContextParentMapTest.cpp |
Artem Dergachev | 4e7c6fd | 2016-04-14 11:51:27 +0000 | [diff] [blame] | 7 | ASTImporterTest.cpp |
Samuel Benzaquen | f226e97 | 2013-06-19 18:45:24 +0000 | [diff] [blame] | 8 | ASTTypeTraitsTest.cpp |
David Blaikie | 67fc79f | 2013-07-13 19:23:35 +0000 | [diff] [blame] | 9 | ASTVectorTest.cpp |
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 10 | CommentLexer.cpp |
Dmitri Gribenko | e3942ef | 2012-07-23 20:11:34 +0000 | [diff] [blame] | 11 | CommentParser.cpp |
Johannes Altmanninger | 1a26769 | 2017-08-23 16:28:26 +0000 | [diff] [blame^] | 12 | DataCollectionTest.cpp |
Dmitri Gribenko | 309856a | 2012-08-20 23:39:06 +0000 | [diff] [blame] | 13 | DeclPrinterTest.cpp |
Manuel Klimek | a732899 | 2013-06-03 13:51:33 +0000 | [diff] [blame] | 14 | DeclTest.cpp |
James Dennett | 0492ef0 | 2014-03-14 17:44:10 +0000 | [diff] [blame] | 15 | EvaluateAsRValueTest.cpp |
Richard Smith | 023d2ca | 2014-03-11 01:18:47 +0000 | [diff] [blame] | 16 | ExternalASTSourceTest.cpp |
Richard Smith | 46dd5bb | 2014-05-30 22:16:51 +0000 | [diff] [blame] | 17 | NamedDeclPrinterTest.cpp |
Vassil Vassilev | 7baef470 | 2016-07-08 08:33:56 +0000 | [diff] [blame] | 18 | PostOrderASTVisitor.cpp |
Manuel Klimek | e6de22d | 2012-11-06 17:31:40 +0000 | [diff] [blame] | 19 | SourceLocationTest.cpp |
Dmitri Gribenko | 24bef9a | 2012-09-23 20:29:07 +0000 | [diff] [blame] | 20 | StmtPrinterTest.cpp |
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 21 | ) |
22 | |||||
23 | target_link_libraries(ASTTests | ||||
NAKAMURA Takumi | ac851792 | 2013-12-10 12:40:37 +0000 | [diff] [blame] | 24 | clangAST |
25 | clangASTMatchers | ||||
26 | clangBasic | ||||
27 | clangFrontend | ||||
28 | clangTooling | ||||
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 29 | ) |