lit Command Examples

LLVM integrated tester for executing LLVM and Clang style test suites, summarizing results. Part of LLVM. More information: https://www.llvm.org/docs/CommandGuide/lit.html.

lit {{path/to/test_file.test}}

lit {{path/to/test_suite}}

lit {{path/to/test_suite}} --time-tests

lit {{path/to/test_file.test}} --vg --vg-leak --vg-args={{args_to_valgrind}}