From 2f88ccc297a923e0cd23591734ad3f3894a06dcd Mon Sep 17 00:00:00 2001
From: "Vikram S. Adve" <vadve@cs.uiuc.edu>
Date: Sat, 15 Dec 2001 00:29:14 +0000
Subject: [PATCH] Run testsparc, not testcodegen for testing the back end.

llvm-svn: 1482
---
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 63c47a0124e..95b146e77fe 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)