[lit] Move ManyTests examples to lit/examples/many-tests.
[oota-llvm.git] / utils / lit / lit / ExampleTests / LLVM.OutOfTree / obj / test / lit.site.cfg
1 # -*- Python -*-
2
3 # Preserve some key paths for use by main LLVM test suite config.
4 config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
5
6 # Let the main config do the real work.
7 lit.load_config(config, os.path.join(config.llvm_obj_root,
8                                      '../src/test/lit.cfg'))