From b15f64c353d81010ff4ac89b393fb03db5e8865f Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sat, 15 Dec 2001 00:29:14 +0000 Subject: [PATCH] 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 --- 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)