lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
[oota-llvm.git] / utils / lit / tests / Inputs / discovery / lit.cfg
1 config.name = 'top-level-suite'
2 config.suffixes = ['.txt']
3 config.test_format = lit.formats.ShTest()
4
5 # We intentionally don't set the source root or exec root directories here,
6 # because this suite gets reused for testing the exec root behavior (in
7 # ../exec-discovery).
8 #
9 #config.test_source_root = None
10 #config.test_exec_root = None