7 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
8 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
10 config.substitutions.append(
12 "%exploded_graph_rewriter",
13 "'%s' %s --dump-dot-only"
15 config.python_executable,
17 config.clang_src_dir, "utils", "analyzer", "exploded-graph-rewriter.py"
23 config.suffixes.add(".dot")