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(('%exploded_graph_rewriter',
11 '\'%s\' %s --dump-dot-only' % (
12 config.python_executable,
15 'utils', 'analyzer', 'exploded-graph-rewriter.py'))))
17 config.suffixes.add('.dot')