[Lldb-commits] [PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 14:16:50 PST 2020
JDevlieghere created this revision.
JDevlieghere added a reviewer: stella.stamenova.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.
JDevlieghere updated this revision to Diff 243003.
The capture & replay test suites should be optional and not part of `check-all`.
https://reviews.llvm.org/D74168
Files:
lldb/test/Shell/CMakeLists.txt
Index: lldb/test/Shell/CMakeLists.txt
===================================================================
--- lldb/test/Shell/CMakeLists.txt
+++ lldb/test/Shell/CMakeLists.txt
@@ -21,6 +21,7 @@
"Running lldb shell test suite with reproducer capture"
${CMAKE_CURRENT_BINARY_DIR}
PARAMS "lldb-run-with-repro=capture"
+ EXCLUDE_FROM_ALL
DEPENDS lldb-test-deps)
# Add a lit test suite that runs the shell test by replaying a reproducer.
@@ -28,5 +29,6 @@
"Running lldb shell test suite with reproducer replay"
${CMAKE_CURRENT_BINARY_DIR}
PARAMS "lldb-run-with-repro=replay"
+ EXCLUDE_FROM_ALL
DEPENDS lldb-test-deps)
add_dependencies(check-lldb-repro check-lldb-repro-capture)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74168.243003.patch
Type: text/x-patch
Size: 703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200206/b923eb83/attachment-0001.bin>
More information about the lldb-commits
mailing list