lit.cfg 146 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # -*- Python -*- import sys import os sys.path.insert(0, os.path.dirname(__file__)) import ManyTests config.test_format = ManyTests.ManyTests()