mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Rename Makefile.target to Makefile.tests.
Make all a :: target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15784de2e7
commit
1b654bd347
@ -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 )
|
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 testsparc
|
test all :: testasmdis testopt testsparc
|
||||||
@echo "All tests successfully completed!"
|
@echo "All tests successfully completed!"
|
||||||
|
|
||||||
testasmdis : $(TESTS:%.ll=%.ll.asmdis)
|
testasmdis : $(TESTS:%.ll=%.ll.asmdis)
|
||||||
@ -34,4 +34,4 @@ testsparc : $(LLCTESTS:%.ll=%.s)
|
|||||||
## Rules for compiling %.ll, %.bc, %.s files and
|
## Rules for compiling %.ll, %.bc, %.s files and
|
||||||
## for building native SPARC executables.
|
## for building native SPARC executables.
|
||||||
##
|
##
|
||||||
include Makefile.target
|
include Makefile.tests
|
||||||
|
Loading…
Reference in New Issue
Block a user