summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/examples/many-tests/lit.cfg
blob: 3477fef01ef983c3b4ce117129f1e8f64c2f2a78 (plain)
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()
OpenPOWER on IntegriCloud