From: Reid Spencer Date: Mon, 6 Dec 2004 05:35:38 +0000 (+0000) Subject: Change check to check-local per Makefile.rules changes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=135e1d8c3c38ddae185ea53134ac6176d129dcd7;p=oota-llvm.git Change check to check-local per Makefile.rules changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18568 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 2c218a755eb..cc389b05fdd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ DIRS = # # Make Dejagnu the default for testing # -all:: check +all:: check-local # Include other test rules include Makefile.tests @@ -120,7 +120,7 @@ ifdef TESTSUITE RUNTESTFLAGS := --tool $(TESTSUITE) endif -check:: site.exp +check-local:: site.exp PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ $(RUNTEST) $(RUNTESTFLAGS)