blob: 59050492fabaed6d93b313f395e7e3e60346f918 [file] [log] [blame]
Chandler Carruth0c750ec2012-06-21 09:51:42 +00001add_clang_unittest(ToolingTests
Richard Smithbc9e5582012-06-24 23:56:26 +00002 CommentHandlerTest.cpp
Chandler Carruth0c750ec2012-06-21 09:51:42 +00003 CompilationDatabaseTest.cpp
4 ToolingTest.cpp
5 RecursiveASTVisitorTest.cpp
6 RefactoringTest.cpp
7 RewriterTest.cpp
8 )
9
10target_link_libraries(ToolingTests
11 clangAST
12 clangTooling
13 clangRewrite
14 )