Skip to content

Commit da93bc5

Browse files
committed
Allow playground tests to run on device
1 parent a9d25c9 commit da93bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def repl_set_up(self):
5656
target = self.dbg.CreateTarget(exe)
5757
self.assertTrue(target, VALID_TARGET)
5858

59+
self.registerSharedLibrariesWithTarget(target, ['libPlaygroundsRuntime.dylib'])
60+
5961
# Set the breakpoints
6062
breakpoint = target.BreakpointCreateBySourceRegex(
6163
'Set breakpoint here', self.PlaygroundStub_source_spec)

0 commit comments

Comments
 (0)