From 8acffa7dd56faf91c0fb4f401bc61658ed824cfc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 10 Nov 2009 02:41:17 +0000 Subject: lit: Add ExampleTests, for testing lit and demonstrating test suite features. llvm-svn: 86654 --- .../lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 llvm/utils/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg (limited to 'llvm/utils/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg') diff --git a/llvm/utils/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg b/llvm/utils/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg new file mode 100644 index 00000000000..bdcc35e0938 --- /dev/null +++ b/llvm/utils/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg @@ -0,0 +1,11 @@ +# -*- Python -*- + +## Autogenerated by Makefile ## +# Do not edit! + +# Preserve some key paths for use by main LLVM test suite config. +config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__)) + +# Let the main config do the real work. +lit.load_config(config, os.path.join(config.llvm_obj_root, + '../src/test/lit.cfg')) -- cgit v1.2.3