diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-09 23:36:37 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-09 23:36:37 +0000 |
commit | 064fa99dbe0a7c5828cefb7d46b922594e958589 (patch) | |
tree | 16cdc9500734c8be06ae88d2155f2c4f00a65128 | |
parent | bb540933aa459e7625b5c128e234c722ff551522 (diff) |
test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134851 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0a01e8e72f..1d2fc07dbe 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 arcmt-test + clang clang-headers c-index-test arcmt-test c-arcmt-test llc ) |