From 519c6fc354c7b53a320067fca7a8ddada541cd4f Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 14 Oct 2001 23:15:42 +0000 Subject: [PATCH] Enable most tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3d7b5f2f068..a6241ac75ea 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.ll | grep -v select.ll ) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx ) test all : testasmdis testopt testcodegen