[llvm-commits] CVS: llvm/test/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 22 11:06:36 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.68 -> 1.69
---
Log message:
Don't stop make if there are XFAIL or XPASSes
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.68 llvm/test/Makefile:1.69
--- llvm/test/Makefile:1.68 Sat Nov 13 17:36:18 2004
+++ llvm/test/Makefile Mon Nov 22 13:06:22 2004
@@ -124,7 +124,7 @@
endif
check-dejagnu: site.exp
- PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
+ -PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
$(RUNTEST) $(RUNTESTFLAGS)
More information about the llvm-commits
mailing list