forked from OSchip/llvm-project
[lldb/Test] Fix type in add_lit_testsuite
The new test suite should be called check-lldb-repro rather than check-lldb.
This commit is contained in:
parent
9be5c13538
commit
9b5a9f2fab
|
@ -24,7 +24,7 @@ add_lit_testsuite(check-lldb-repro-capture
|
|||
DEPENDS lldb-test-deps)
|
||||
|
||||
# Add a lit test suite that runs the shell test by replaying a reproducer.
|
||||
add_lit_testsuite(check-lldb
|
||||
add_lit_testsuite(check-lldb-repro
|
||||
"Running lldb shell test suite with reproducer replay"
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
PARAMS "lldb-run-with-repro=capture"
|
||||
|
|
Loading…
Reference in New Issue