From: Chandler Carruth Date: Thu, 16 Jun 2011 02:01:48 +0000 (+0000) Subject: Add the new arcmt-test tool to the clang-test dependencies with X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f5ef6e11f1b7ecd66738c2e03377ac1bc7824e7;p=clang Add the new arcmt-test tool to the clang-test dependencies with 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 --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e35413aaf8..73b052268a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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()