xref: /llvm-project/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/lit.cfg (revision b71edfaa4ec3c998aadb35255ce2f60bba2940b0)
1import lit.formats
2
3config.name = "Standalone tests"
4config.test_format = lit.formats.ShTest()
5config.excludes = [".test"]
6config.standalone_tests = True
7