Enable most tests.

llvm-svn: 797
This commit is contained in:
Vikram S. Adve 2001-10-14 23:15:42 +00:00
parent c3cdcdcb43
commit 167f77cf9e

View 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