X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=044f75ba7487c4a85f03989293429e07075b50db;hb=10b173a1e7fb6ca21bdbc617b9c86592db27489d;hp=1ae54f45e330bf2527d4516bfe4bebe60e07bee2;hpb=407fbdd161d4134901fefe267779a4aaaeab2f0d;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index 1ae54f45e33..044f75ba748 100644 --- a/test/Makefile +++ b/test/Makefile @@ -84,7 +84,8 @@ else # !SunOS ifeq ($(HOST_OS),AuroraUX) ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ; else # !AuroraUX -ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000 ; +# Fedora 13 x86-64 python fails with -v 51200 +ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 768000 ; endif # AuroraUX endif # SunOS @@ -198,4 +199,7 @@ Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE -e "s#@LLVM_TOOLS_DIR@#$(ToolDir)#g" \ -e "s#@LLVMGCCDIR@#$(LLVMGCCDIR)#g" \ -e "s#@LLVM_BUILD_MODE@#$(BuildMode)#g" \ + -e "s#@ENABLE_SHARED@#$(ENABLE_SHARED)#g" \ + -e "s#@SHLIBPATH_VAR@#$(SHLIBPATH_VAR)#g" \ $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@ +