summaryrefslogtreecommitdiff
path: root/utils/lit/tests/Inputs/discovery/lit.cfg
blob: 1c5436be534e7b2debd81c11bafe820e66a15ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
import lit.formats
config.name = 'top-level-suite'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()

# We intentionally don't set the source root or exec root directories here,
# because this suite gets reused for testing the exec root behavior (in
# ../exec-discovery).
#
#config.test_source_root = None
#config.test_exec_root = None