From: Vikram S. Adve Date: Wed, 17 Oct 2001 20:14:34 +0000 (+0000) Subject: Disable codgen test for calltest.ll. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67edee1443cefdc952447a2b2570067fbf2840c2;p=oota-llvm.git Disable codgen test for calltest.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 474ba2ebb5c..2dd1423005c 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