Lines Matching +full:docs +full:- +full:clang +full:- +full:tools +full:- +full:man
2 lit - A Software Testing Tool
8 *lit* is a portable tool for executing LLVM and Clang style test suites,
26 The official *lit* documentation is in the man page, available online at the LLVM
34 https://github.com/llvm/llvm-project/tree/main/llvm/utils/lit
40 Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for
42 https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit
48 --path /path/to/your/llvm/build/bin \
52 You will need to have built LLVM tools in order to run lit's test suite
56 Follow the instructions in http://llvm.org/docs/TestingGuide.html to run the
59 make check-llvm
61 And be sure to run the llvm-lit wrapper script as well:
63 /path/to/your/llvm/build/bin/llvm-lit utils/lit/tests
68 lit --path /path/to/your/llvm/build/bin utils/lit/tests