2012-08-10 01:17:01 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
|
|
asmparser
|
|
|
|
support
|
|
|
|
mc
|
|
|
|
)
|
|
|
|
|
2012-06-21 17:51:42 +08:00
|
|
|
add_clang_unittest(ToolingTests
|
2012-06-25 07:56:26 +08:00
|
|
|
CommentHandlerTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
CompilationDatabaseTest.cpp
|
|
|
|
ToolingTest.cpp
|
|
|
|
RecursiveASTVisitorTest.cpp
|
|
|
|
RefactoringTest.cpp
|
|
|
|
RewriterTest.cpp
|
2012-07-17 16:03:01 +08:00
|
|
|
RefactoringCallbacksTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ToolingTests
|
|
|
|
clangAST
|
|
|
|
clangTooling
|
2012-09-01 13:09:24 +08:00
|
|
|
clangRewriteCore
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|