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:
ccbc9cf
)
Don't stop make if there are XFAIL or XPASSes
author
Chris Lattner
<sabre@nondot.org>
Mon, 22 Nov 2004 19:06:22 +0000
(19:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 22 Nov 2004 19:06:22 +0000
(19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18113
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 06001bf78cf02cdadc1eb45470f30bc562c0aaa7..9783f6424bba67506a8cfc7e4fc709eaf5fff2cc 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-124,7
+124,7
@@
RUNTESTFLAGS := --tool $(TESTSUITE)
endif
check-dejagnu: site.exp
- PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
+
-
PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
$(RUNTEST) $(RUNTESTFLAGS)