Lines Matching +full:lit +full:- +full:tests
4 import lit.util
14 # These tests require the update_cc_test_checks.py script from the llvm
15 # source tree, so skip these tests if we are doing standalone builds.
16 # These tests are only relevant to developers working with the
22 config.test_format = lit.formats.ShTest(execute_external=False)
26 extra_args = "--clang " + shell_quote(clang_path)
28 extra_args += " --opt " + shell_quote(opt_path)
29 # Specify an explicit default version in UTC tests, so that the --version
32 extra_args += " --version=1"
37 # Windows: llvm-lit.py, Linux: llvm-lit
39 lit = config.llvm_external_lit
41 lit = shell_quote(
42 glob.glob(os.path.join(config.llvm_tools_dir, "llvm-lit*"))[0]
56 "%lit",
57 "%s %s -Dclang_lit_site_cfg=%s -j1 -vv"
58 % (python, lit, shell_quote(config.clang_lit_site_cfg)),