aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-04-04 12:18:22 +0000
committerManuel Klimek <klimek@google.com>2012-04-04 12:18:22 +0000
commit43d5aac4b04453c844cfc9f7710223dfc3765d60 (patch)
tree650ab4bf8a2751059ae539ee459c74ac0e011218
parentcb971c6726d16e12ecd2a340941d7f5c06698332 (diff)
Add the dependency on clang-check to clang-test, so clang-check
can be integration tested. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154009 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5f52d829dd..ae9de78d19 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -111,6 +111,7 @@ if(PYTHONINTERP_FOUND)
add_dependencies(clang-test clang-test.deps)
add_dependencies(clang-test.deps
clang clang-headers c-index-test diagtool arcmt-test c-arcmt-test
+ clang-check
)
endif()