projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8489c7
)
Change check to check-local per Makefile.rules changes.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 6 Dec 2004 05:35:38 +0000
(
05:35
+0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 2c218a755ebd120d5060c1e9b6935686dea59bcd..cc389b05fdd60a0c11835d62fa3f8eeba0f1da36 100644
(file)
--- 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)