Disable codgen test for calltest.ll.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 20:14:34 +0000 (20:14 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 20:14:34 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 474ba2ebb5c0c63fc88193ef651b270344c487a6..2dd1423005c987c2722c6d3e78e82d43809385a0 100644 (file)
@@ -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