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.

llvm-svn: 133137
This commit is contained in:
Chandler Carruth 2011-06-16 02:01:48 +00:00
parent a05e09ba48
commit d8bc97c644
1 changed files with 1 additions and 1 deletions

View 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()