Skip to content

Commit 44c25eb

Browse files
committed
Define LLDB_SHELL_TESTS_DISABLE_REMOTE with docstring
1 parent 6134721 commit 44c25eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ if (CMAKE_SIZEOF_VOID_P EQUAL 8)
235235
set(LLDB_IS_64_BITS 1)
236236
endif()
237237

238+
set(LLDB_SHELL_TESTS_DISABLE_REMOTE OFF CACHE BOOL "Disable remote Shell tests execution")
239+
238240
# These values are not canonicalized within LLVM.
239241
llvm_canonicalize_cmake_booleans(
240242
LLDB_BUILD_INTEL_PT

0 commit comments

Comments
 (0)