From 4f5ef6e11f1b7ecd66738c2e03377ac1bc7824e7 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 16 Jun 2011 02:01:48 +0000 Subject: [PATCH] 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 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.50.1