X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=5ecc4a227c5214bbfdfac40a960ae843b723168e;hb=e32157c6098ee7536315e9793eed98d21bf71fd0;hp=9ee8f8e050c219719b1b77fd59a2f1d9d2078ce5;hpb=82d5ee5653fdbd9bdcd75f8509429a0d72c80fa8;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index 9ee8f8e050c..5ecc4a227c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -34,8 +34,9 @@ endif ifneq ($(RUNTEST),) check-local:: site.exp - PATH="$(LLVMToolDir):$(LLVMExmplDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ - $(RUNTEST) $(RUNTESTFLAGS) + ( ulimit -t 600 ; ulimit -d 512000 ; \ + PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ + $(RUNTEST) $(RUNTESTFLAGS) ) else check-local:: site.exp @echo "*** dejagnu not found. Make sure runtest is in your PATH, then reconfigure llvm."