[PATCH] D74168: [lldb\CMake] Exclude the reproducer test suites from check-all
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 14:53:00 PST 2020
stella.stamenova added inline comments.
================
Comment at: lldb/test/Shell/CMakeLists.txt:24
PARAMS "lldb-run-with-repro=capture"
+ EXCLUDE_FROM_ALL
DEPENDS lldb-test-deps)
----------------
After the change you made to add_lit_testsuite, this can be anywhere in the function call - including the end, if you so desire.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74168/new/
https://reviews.llvm.org/D74168
More information about the llvm-commits
mailing list