diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-01 00:40:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-01 00:40:49 +0000 |
commit | f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0 (patch) | |
tree | a61be2f16a90bc62915e823e4ad3de36a340729b /test/Makefile | |
parent | fd0336e3455a247f8fe81532553b34a0655b87ec (diff) | |
download | external_llvm-f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0.zip external_llvm-f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0.tar.gz external_llvm-f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0.tar.bz2 |
Exclude a couple of tests that the regalloc stuff doesn't handle yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 9f77a42..82576e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 |