aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/examples/many-tests/lit.cfg
blob: da01c935c8e661646e51cc823ea342dc3cab991c (plain)
1
2
3
4
5
6
7
8
9
# -*- Python -*-

import sys
import os

sys.path.insert(0, os.path.dirname(__file__))
import ManyTests

config.test_format = ManyTests.ManyTests()