Rename dosep.ty to dosep.py

llvm-svn: 213555
This commit is contained in:
Zachary Turner 2014-07-21 16:16:31 +00:00
parent 370a67a56c
commit 07b21d7a69
3 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ set(LLDB_DOSEP_ARGS
# If tests crash cause LLDB to crash, or things are otherwise unstable, or if machine-parsable
# output is desired (i.e. in continuous integration contexts) check-lldb-sep is a better target.
add_python_test_target(check-lldb
${LLDB_SOURCE_DIR}/test/dosep.ty
${LLDB_SOURCE_DIR}/test/dosep.py
"${LLDB_DOSEP_ARGS}"
"Testing LLDB (with a separate subprocess per test)"
)

View File

@ -30,4 +30,4 @@ clean::
#----------------------------------------------------------------------
check-local::
rm -rf lldb-test-traces
python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -u CXXFLAGS -u CFLAGS -C $(subst ccache,,$(CC))"
python $(PROJ_SRC_DIR)/dosep.py -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -u CXXFLAGS -u CFLAGS -C $(subst ccache,,$(CC))"