[llvm-branch-commits] [cfe-branch] r155106 - in /cfe/branches/tooling/unittests: AST/ CMakeLists.txt Tooling/Makefile Tooling/RecursiveASTVisitorTest.cpp

Manuel Klimek klimek at google.com
Thu Apr 19 00:21:00 PDT 2012


Author: klimek
Date: Thu Apr 19 02:20:59 2012
New Revision: 155106

URL: http://llvm.org/viewvc/llvm-project?rev=155106&view=rev
Log:
Moving RAVTest into Tooling.

Added:
    cfe/branches/tooling/unittests/Tooling/RecursiveASTVisitorTest.cpp
      - copied unchanged from r155003, cfe/branches/tooling/unittests/AST/RecursiveASTVisitorTest.cpp
Removed:
    cfe/branches/tooling/unittests/AST/
Modified:
    cfe/branches/tooling/unittests/CMakeLists.txt
    cfe/branches/tooling/unittests/Tooling/Makefile

Modified: cfe/branches/tooling/unittests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/tooling/unittests/CMakeLists.txt?rev=155106&r1=155105&r2=155106&view=diff
==============================================================================
--- cfe/branches/tooling/unittests/CMakeLists.txt (original)
+++ cfe/branches/tooling/unittests/CMakeLists.txt Thu Apr 19 02:20:59 2012
@@ -74,11 +74,8 @@
 add_clang_unittest(Tooling
   Tooling/CompilationDatabaseTest.cpp
   Tooling/ToolingTest.cpp
+  Tooling/RecursiveASTVisitorTest.cpp
   Tooling/RefactoringTest.cpp
-  USED_LIBS gtest gtest_main clangTooling
- )
-
-add_clang_unittest(AST
-  AST/RecursiveASTVisitorTest.cpp
   USED_LIBS gtest gtest_main clangAST clangTooling
  )
+

Modified: cfe/branches/tooling/unittests/Tooling/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/tooling/unittests/Tooling/Makefile?rev=155106&r1=155105&r2=155106&view=diff
==============================================================================
--- cfe/branches/tooling/unittests/Tooling/Makefile (original)
+++ cfe/branches/tooling/unittests/Tooling/Makefile Thu Apr 19 02:20:59 2012
@@ -12,6 +12,6 @@
 LINK_COMPONENTS := support mc
 USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
            clangRewrite.a clangParse.a clangSema.a clangAnalysis.a \
-					 clangAST.a clangLex.a clangBasic.a
+           clangAST.a clangLex.a clangBasic.a
 
 include $(CLANG_LEVEL)/unittests/Makefile





More information about the llvm-branch-commits mailing list