summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 00:29:14 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 00:29:14 +0000
commit485cabdb31fffbf9e6e0566c5555746039d54310 (patch)
treec1f813188857fdfafba45b4528ad94106f303a87
parentca081257e56be59414e135b3422a83ac387dea7f (diff)
downloadbcm5719-llvm-485cabdb31fffbf9e6e0566c5555746039d54310.tar.gz
bcm5719-llvm-485cabdb31fffbf9e6e0566c5555746039d54310.zip
Run testsparc, not testcodegen for testing the back end.
llvm-svn: 1482
-rw-r--r--llvm/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 63c47a0124e..95b146e77fe 100644
--- a/llvm/test/Makefile
+++ b/llvm/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)
OpenPOWER on IntegriCloud