From 9b2cb695b38f0a33d7559639c265821ae74b97dc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 12 Jun 2010 16:21:19 +0000 Subject: tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105890 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.site.cfg.in') diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 88699e3e76..79b2c602a0 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -4,6 +4,7 @@ config.llvm_src_root = "@LLVM_SOURCE_DIR@" config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.llvmgcc_dir = "@LLVMGCCDIR@" +config.python_executable = "@PYTHON_EXECUTABLE@" # Let the main config do the real work. lit.load_config(config, "@LLVM_SOURCE_DIR@/test/lit.cfg") -- cgit v1.2.3