[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sat Dec 4 14:34:58 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.73 -> 1.74
---
Log message:
Failing Feature/Regression test should fail the build
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.73 llvm/test/Makefile:1.74
--- llvm/test/Makefile:1.73 Sat Dec 4 00:47:07 2004
+++ llvm/test/Makefile Sat Dec 4 16:34:47 2004
@@ -121,7 +121,7 @@
endif
check:: site.exp
- -PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
+ PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
$(RUNTEST) $(RUNTESTFLAGS)
clean::
More information about the llvm-commits
mailing list