X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.site.cfg.in;h=7d2c83305313fe5afffc715aab138d6c110f60c1;hb=30f747478ab1a4094bdbac162ba2b901f2814d67;hp=f3141df3268bc4b2def7e5d3144c65ee89705355;hpb=14e55b16dfc37df6e7fb0725ea697c32e7c7beb3;p=oota-llvm.git diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index f3141df3268..7d2c8330531 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -7,12 +7,16 @@ config.target_triple = "@TARGET_TRIPLE@" config.llvm_src_root = "@LLVM_SOURCE_DIR@" config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" +config.llvm_lib_dir = "@LIBDIR@" config.llvm_shlib_dir = "@SHLIBDIR@" config.llvm_shlib_ext = "@SHLIBEXT@" config.llvm_exe_ext = "@EXEEXT@" config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" config.python_executable = "@PYTHON_EXECUTABLE@" -config.ocamlopt_executable = "@OCAMLOPT@" +config.ocamlfind_executable = "@OCAMLFIND@" +config.have_ocamlopt = "@HAVE_OCAMLOPT@" +config.have_ocaml_ounit = "@HAVE_OCAML_OUNIT@" +config.ocaml_flags = "@OCAMLFLAGS@" config.go_executable = "@GO_EXECUTABLE@" config.enable_shared = @ENABLE_SHARED@ config.enable_assertions = @ENABLE_ASSERTIONS@