X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=00c5ef268d79922cfbff36ada93d5480234c7f7a;hb=0154e47ed018d4e84a1768f1c8e376af497184f0;hp=c0f37e94fb13f03f43eda3d9a1deac43a97b651b;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index c0f37e94fb1..00c5ef268d7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,10 +22,14 @@ include Makefile.tests # DejaGNU testing support #===------------------------------------------------------------------------===# +ifdef VERBOSE +RUNTESTFLAGS := $(VERBOSE) +endif + ifdef TESTSUITE CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE)) CLEANED_TESTSUITE := $(patsubst test/%,%,$(CLEANED_TESTSUITE)) -RUNTESTFLAGS := --tool $(CLEANED_TESTSUITE) +RUNTESTFLAGS += --tool $(CLEANED_TESTSUITE) endif IGNORE_TESTS := @@ -62,6 +66,7 @@ check-one: site.exp $(TCLSH) echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ echo "proc xfail { msg } { puts \"XFAIL: \$$msg\" }" ; \ echo "proc xpass { msg } { puts \"XPASS: \$$msg\" }" ; \ + echo "proc verbose args { }" ; \ echo "source $(LLVM_SRC_ROOT)/test/lib/llvm.exp" ; \ echo "RunLLVMTests $(TESTPATH)" ) | \ ( ulimit -t 600 ; ulimit -d 512000 ; \