Index: lldb/test/Shell/CMakeLists.txt =================================================================== --- lldb/test/Shell/CMakeLists.txt +++ lldb/test/Shell/CMakeLists.txt @@ -21,12 +21,14 @@ "Running lldb shell test suite with reproducer capture" ${CMAKE_CURRENT_BINARY_DIR} PARAMS "lldb-run-with-repro=capture" - DEPENDS lldb-test-deps) + DEPENDS lldb-test-deps + EXCLUDE_FROM_ALL) # Add a lit test suite that runs the shell test by replaying a reproducer. add_lit_testsuite(check-lldb-repro "Running lldb shell test suite with reproducer replay" ${CMAKE_CURRENT_BINARY_DIR} PARAMS "lldb-run-with-repro=replay" - DEPENDS lldb-test-deps) + DEPENDS lldb-test-deps + EXCLUDE_FROM_ALL) add_dependencies(check-lldb-repro check-lldb-repro-capture)