Exclude a couple of tests that the regalloc stuff doesn't handle yet

llvm-svn: 686
This commit is contained in:
Chris Lattner 2001-10-01 00:40:49 +00:00
parent 35622c3fc0
commit 2ef89c99b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LLCOPTS := -dsched y
TESTS := $(wildcard *.ll)
LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray )
LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v opttest | grep -v xx.ll )
test all : testasmdis testopt testcodegen