brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · da01c93 Raw
10 lines · plain
1# -*- Python -*-2 3import sys4import os5 6sys.path.insert(0, os.path.dirname(__file__))7import ManyTests8 9config.test_format = ManyTests.ManyTests()10