diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-10-17 20:14:34 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-10-17 20:14:34 +0000 |
commit | 67edee1443cefdc952447a2b2570067fbf2840c2 (patch) | |
tree | 1c8e62dc8a8613cc2c166af68910d70e3f7bf992 /test/Makefile | |
parent | c811c2ec0be44bc4de94b1803bf32755eab8d2dc (diff) | |
download | external_llvm-67edee1443cefdc952447a2b2570067fbf2840c2.zip external_llvm-67edee1443cefdc952447a2b2570067fbf2840c2.tar.gz external_llvm-67edee1443cefdc952447a2b2570067fbf2840c2.tar.bz2 |
Disable codgen test for calltest.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 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 474ba2e..2dd1423 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +10,7 @@ CCFLAGS = -g $(ARCHFLAGS) TESTS := $(wildcard *.ll) -LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx ) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest ) test all : testasmdis testopt testcodegen |