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
- rL LLVM
Event Timeline
lldb/docs/resources/test.rst | ||
---|---|---|
126 ↗ | (On Diff #221450) | 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 |