Change check to check-local per Makefile.rules changes.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 05:35:38 +0000 (05:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 05:35:38 +0000 (05:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18568 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 2c218a755ebd120d5060c1e9b6935686dea59bcd..cc389b05fdd60a0c11835d62fa3f8eeba0f1da36 100644 (file)
@@ -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)