forked from OSchip/llvm-project
parent
370a67a56c
commit
07b21d7a69
|
@ -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)"
|
||||
)
|
||||
|
|
|
@ -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))"
|
||||
|
|
Loading…
Reference in New Issue