The testing documentation appears to be from an era when the only
kind of tests were the lldbsuite python tests. This patch adds
a short description of the unittests and LIT tests and how to run them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38509 Build 38508: arc lint + arc unit
Event Timeline
lldb/docs/resources/test.rst | ||
---|---|---|
126 | 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 |
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.