[Lldb-commits] [PATCH] D67943: documentation: update test.rst
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 20:31:01 PDT 2019
JDevlieghere accepted this revision.
JDevlieghere added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/docs/resources/test.rst:126
+
+ > ./bin/llvm-lit -sv tools/lldb/lit/Commands/CommandScriptImmediateOutput
+
----------------
Another alternative worth mentioning is using `--filter`. You can point lit to the root of the lit tests and run one or more tests that match the given substring.
```
> ./bin/llvm-lit -sv tools/lldb/lit --filter CommandScriptImmediateOutput
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67943/new/
https://reviews.llvm.org/D67943
More information about the lldb-commits
mailing list