2012-08-10 01:17:01 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2013-12-10 20:40:37 +08:00
|
|
|
Support
|
2012-08-10 01:17:01 +08:00
|
|
|
)
|
|
|
|
|
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
|
2014-10-09 23:02:06 +08:00
|
|
|
RecursiveASTVisitorTestCallVisitor.cpp
|
|
|
|
RecursiveASTVisitorTestDeclVisitor.cpp
|
|
|
|
RecursiveASTVisitorTestExprVisitor.cpp
|
|
|
|
RecursiveASTVisitorTestTypeLocVisitor.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
RefactoringTest.cpp
|
|
|
|
RewriterTest.cpp
|
2012-07-17 16:03:01 +08:00
|
|
|
RefactoringCallbacksTest.cpp
|
2013-08-21 03:07:21 +08:00
|
|
|
ReplacementsYamlTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ToolingTests
|
|
|
|
clangAST
|
2013-12-10 20:40:37 +08:00
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangFrontend
|
|
|
|
clangLex
|
2014-07-17 00:48:33 +08:00
|
|
|
clangRewrite
|
2013-12-10 20:40:37 +08:00
|
|
|
clangTooling
|
2014-10-30 08:44:01 +08:00
|
|
|
clangToolingCore
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|