forked from OSchip/llvm-project
Run testsparc, not testcodegen for testing the back end.
llvm-svn: 1482
This commit is contained in:
parent
ca081257e5
commit
485cabdb31
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue