[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / lit / tests / Inputs / standalone-tests-with-suffixes / lit.cfg
blob22d981fa8310dde47a311ecc4287f3684c260b0f
1 import lit.formats
3 config.name = "Standalone tests"
4 config.test_format = lit.formats.ShTest()
5 config.suffixes = [".txt"]
6 config.standalone_tests = True