xref: /llvm-project/llvm/utils/lit/tests/Inputs/discovery-getTestsForPath/lit.cfg (revision 5b55eb1e888430abfbcde8a84c99ca35fb3c5374)
1import sys, os
2sys.path.append(os.path.dirname(__file__))
3from custom_format import CustomFormat
4
5config.name = "discovery-getTestsForPath-suite"
6config.suffixes = [".test"]
7config.test_format = CustomFormat()
8config.test_source_root = None
9config.test_exec_root = None
10