summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:47 +0000
commited2040d2faf991b918d1ac19a75f48e5322b717e (patch)
treedb44ddd1f959756691d124f238f1af8c18e65d5a /test
parent98880b9d0a28e66067168804c0b47103859cc470 (diff)
downloadllvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.tar.gz
llvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.tar.bz2
llvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.tar.xz
Failing Feature/Regression test should fail the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 95ad4c9dbf..2c218a755e 100644
--- a/test/Makefile
+++ b/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::