From 20275c1d5d195723115667a94066bf8d437b1d09 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 4 Dec 2004 22:34:47 +0000 Subject: [PATCH] Failing Feature/Regression test should fail the build llvm-svn: 18507 --- llvm/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 95ad4c9dbf2f..2c218a755ebd 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -121,7 +121,7 @@ RUNTESTFLAGS := --tool $(TESTSUITE) endif check:: site.exp - -PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ + PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ $(RUNTEST) $(RUNTESTFLAGS) clean::