aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-10-14 23:15:42 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-10-14 23:15:42 +0000
commit519c6fc354c7b53a320067fca7a8ddada541cd4f (patch)
tree817dd5b40d40d0447369520f95095236ac86064b /test
parentb40acbe8c2633fc12c4c50204ff3340baadf772e (diff)
downloadexternal_llvm-519c6fc354c7b53a320067fca7a8ddada541cd4f.zip
external_llvm-519c6fc354c7b53a320067fca7a8ddada541cd4f.tar.gz
external_llvm-519c6fc354c7b53a320067fca7a8ddada541cd4f.tar.bz2
Enable most tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3d7b5f2..a6241ac 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