aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-06 05:35:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-06 05:35:38 +0000
commit135e1d8c3c38ddae185ea53134ac6176d129dcd7 (patch)
treee4b716cac64a0463fc03c55f9210a5425cc7164b
parentd8489c79ac72ee7d9f77fec70eb6fcd3afbc13d0 (diff)
downloadexternal_llvm-135e1d8c3c38ddae185ea53134ac6176d129dcd7.zip
external_llvm-135e1d8c3c38ddae185ea53134ac6176d129dcd7.tar.gz
external_llvm-135e1d8c3c38ddae185ea53134ac6176d129dcd7.tar.bz2
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
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c218a7..cc389b0 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)