xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/lit.cfg (revision b71edfaa4ec3c998aadb35255ce2f60bba2940b0)
1import lit.formats
2
3config.name = "shtest-pushd-popd"
4config.suffixes = [".txt"]
5config.test_format = lit.formats.ShTest(execute_external=False)
6