]> granicus.if.org Git - clang/commitdiff
Remove a few more references to index-test; this was killed in r94210.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 26 Jan 2010 05:36:44 +0000 (05:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 26 Jan 2010 05:36:44 +0000 (05:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94522 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index 6796bbf60f39e74e591ccf27f7888bedcf5b2144..245fe1f5f2a309a114eb56f310e0375703d9deee 100644 (file)
@@ -53,7 +53,7 @@ if(PYTHONINTERP_FOUND)
                   --param build_config=${CMAKE_CFG_INTDIR}
                   -sv ${CLANG_TEST_EXTRA_ARGS}
                   ${CMAKE_CURRENT_BINARY_DIR}/${testdir}
-                  DEPENDS clang index-test c-index-test
+                  DEPENDS clang c-index-test
                   COMMENT "Running Clang regression tests in ${testdir}")
   endforeach()
 
@@ -64,7 +64,7 @@ if(PYTHONINTERP_FOUND)
                 --param build_config=${CMAKE_CFG_INTDIR}
                 -sv ${CLANG_TEST_EXTRA_ARGS}
                 ${CMAKE_CURRENT_BINARY_DIR}
-                DEPENDS clang index-test c-index-test
+                DEPENDS clang c-index-test
                 COMMENT "Running Clang regression tests")
 
   add_custom_target(clang-c++tests
@@ -74,6 +74,6 @@ if(PYTHONINTERP_FOUND)
                 --param build_config=${CMAKE_CFG_INTDIR}
                 -sv ${CLANG_TEST_EXTRA_ARGS}
                 ${CMAKE_CURRENT_SOURCE_DIR}/../utils/C++Tests
-                DEPENDS clang index-test c-index-test
+                DEPENDS clang c-index-test
                 COMMENT "Running Clang regression tests")
 endif()