Enable most tests.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Oct 2001 23:15:42 +0000 (23:15 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Oct 2001 23:15:42 +0000 (23:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 3d7b5f2f068c10286f7956041db00ec3e6741473..a6241ac75eae173635e2ddd5934d540c0bb9bf29 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.ll | grep -v select.ll )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx )
 
 
 test all : testasmdis testopt testcodegen