Change check to check-local per Makefile.rules changes.

llvm-svn: 18568
This commit is contained in:
Reid Spencer 2004-12-06 05:35:38 +00:00
parent 3f5ed7b1f7
commit ca1baad120
1 changed files with 2 additions and 2 deletions

View 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)