brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · 10192a6 Raw
10 lines · plain
1import sys, os2sys.path.append(os.path.dirname(__file__))3from custom_format import CustomFormat4 5config.name = "discovery-getTestsForPath-suite"6config.suffixes = [".test"]7config.test_format = CustomFormat()8config.test_source_root = None9config.test_exec_root = None10