forked from OSchip/llvm-project
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:
parent
a05e09ba48
commit
d8bc97c644
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue