]> granicus.if.org Git - clang/commitdiff
Add the new arcmt-test tool to the clang-test dependencies with
authorChandler Carruth <chandlerc@gmail.com>
Thu, 16 Jun 2011 02:01:48 +0000 (02:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 16 Jun 2011 02:01:48 +0000 (02:01 +0000)
c-index-test and friends. This brings the failures on CMake clang tests
from 23 to 2 on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133137 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index e35413aaf8ccc504165d1a1f1b92f3e7f93c799c..73b052268a94f10fa373b79a8a5f3bf2b24e6821 100644 (file)
@@ -110,7 +110,7 @@ if(PYTHONINTERP_FOUND)
 
   add_dependencies(clang-test clang-test.deps)
   add_dependencies(clang-test.deps
-                 clang clang-headers c-index-test
+                 clang clang-headers c-index-test arcmt-test
                  )
 
 endif()