Skip to content

Commit 5611639

Browse files
committed
Document how to run test inside of LLDB
1 parent 298494d commit 5611639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spin/cmds/meson.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ def test(ctx, pytest_args, n_jobs, tests, verbose, coverage=False, gcov=False):
302302
303303
spin test -j auto
304304
305+
To run a test inside of LLDB:
306+
307+
spin lldb -- python -mspin test ...
308+
305309
For more, see `pytest --help`.
306310
""" # noqa: E501
307311
cfg = get_config()

0 commit comments

Comments
 (0)