Run testsparc, not testcodegen for testing the back end.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 15 Dec 2001 00:29:14 +0000 (00:29 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 15 Dec 2001 00:29:14 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1482 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 63c47a0124e683f2023bbb753502178b43bc9a4c..95b146e77fe4bd3714dacf1f0268396ec3e91f70 100644 (file)
@@ -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)