[Lldb-commits] [lldb] 9b5a9f2 - [lldb/Test] Fix type in add_lit_testsuite
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 22 17:52:28 PST 2020
Author: Jonas Devlieghere
Date: 2020-01-22T17:51:58-08:00
New Revision: 9b5a9f2fab17d52debce2cde26e94610deeb034c
URL: https://github.com/llvm/llvm-project/commit/9b5a9f2fab17d52debce2cde26e94610deeb034c
DIFF: https://github.com/llvm/llvm-project/commit/9b5a9f2fab17d52debce2cde26e94610deeb034c.diff
LOG: [lldb/Test] Fix type in add_lit_testsuite
The new test suite should be called check-lldb-repro rather than
check-lldb.
Added:
Modified:
lldb/test/Shell/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/test/Shell/CMakeLists.txt b/lldb/test/Shell/CMakeLists.txt
index a843f11f3a06..48c02fed2c86 100644
--- a/lldb/test/Shell/CMakeLists.txt
+++ b/lldb/test/Shell/CMakeLists.txt
@@ -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"
More information about the lldb-commits
mailing list