forked from OSchip/llvm-project
Remove a few more references to index-test; this was killed in r94210.
llvm-svn: 94522
This commit is contained in:
parent
8a6c1eaabb
commit
0354bf4405
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue