diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-12-15 00:29:14 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-12-15 00:29:14 +0000 |
commit | b15f64c353d81010ff4ac89b393fb03db5e8865f (patch) | |
tree | 48f1f893d3e300dc09f5694289db0bd4ac4146fa | |
parent | 8a2a3119395915cf57c771c2d555e1018628751c (diff) |
Run testsparc, not testcodegen for testing the back end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1482 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 63c47a0124..95b146e77f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,7 +6,7 @@ TESTS := $(wildcard *.ll) LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest | grep -v alloca | grep -v memory ) -test all : testasmdis testopt testcodegen +test all : testasmdis testopt testsparc @echo "All tests successfully completed!" testasmdis : $(TESTS:%.ll=%.ll.asmdis) |