forked from OSchip/llvm-project
CMake: fix build directory name in clean rule
llvm-svn: 324281
This commit is contained in:
parent
e3693a3e50
commit
74bd5eb067
|
@ -7,7 +7,7 @@ function(add_python_test_target name test_script args comment)
|
|||
|
||||
add_custom_target(${name}
|
||||
# Clear the test directory first.
|
||||
COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_DIR}/lldb-test-build
|
||||
COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_DIR}/lldb-test-build.noindex
|
||||
COMMAND ${PYTHON_TEST_COMMAND} ${ARG_DEFAULT_ARGS}
|
||||
COMMENT "${comment}"
|
||||
DEPENDS ${LLDB_TEST_DEPS}
|
||||
|
|
Loading…
Reference in New Issue