diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-04 22:34:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-04 22:34:47 +0000 |
commit | ed2040d2faf991b918d1ac19a75f48e5322b717e (patch) | |
tree | db44ddd1f959756691d124f238f1af8c18e65d5a /test | |
parent | 98880b9d0a28e66067168804c0b47103859cc470 (diff) | |
download | external_llvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.zip external_llvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.tar.gz external_llvm-ed2040d2faf991b918d1ac19a75f48e5322b717e.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 95ad4c9..2c218a7 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:: |